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
tree: 648875e6f507e437b9349fe0df5e2b049587c0f0
  1. .github/
  2. .mvn/
  3. java/
  4. javatests/
  5. proto/
  6. .gitattributes
  7. .gitignore
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Turbine

Turbine is a header compiler for Java.