Bump more deps.
This is everything surfaced by a command like the one I used for some of our libraries, as in CL 348090041:
```
( for F in $(find -name pom.xml); do ( mvn org.codehaus.mojo:versions-maven-plugin:2.8.1:update-properties org.codehaus.mojo:versions-maven-plugin:2.8.1:use-latest-releases -f $F -DgenerateBackupPoms=false ); done )
```
Note that this covers *dependencies* but not *plugins*.
Fixes #206
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/turbine/pull/206 from cpovirk:otherdeps be604ef180b627c918d25bcb26413caa022f2825
PiperOrigin-RevId: 424084225
1 file changed