Skip to content

Commit 5d624d7

Browse files
Bump the java group in /java with 6 updates (#1310)
Bumps the java group in /java with 6 updates: | Package | From | To | | --- | --- | --- | | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.61.1` | `2.61.2` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.8-android` | `33.5.0-android` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.4` | `3.27.5` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.14.1` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.3` | `3.12.0` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.19.0` | `2.19.1` | Updates `com.google.api.grpc:proto-google-common-protos` from 2.61.1 to 2.61.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/googleapis/sdk-platform-java/commits">compare view</a></li> </ul> </details> <br /> Updates `com.google.guava:guava` from 33.4.8-android to 33.5.0-android <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava's releases</a>.</em></p> <blockquote> <h2>33.5.0</h2> <h3>Maven</h3> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.google.guava&lt;/groupId&gt; &lt;artifactId&gt;guava&lt;/artifactId&gt; &lt;version&gt;33.5.0-jre&lt;/version&gt; &lt;!-- or, for Android: --&gt; &lt;version&gt;33.5.0-android&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h3>Jar files</h3> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.5.0-jre/guava-33.5.0-jre.jar">33.5.0-jre.jar</a></li> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.5.0-android/guava-33.5.0-android.jar">33.5.0-android.jar</a></li> </ul> <p>Guava requires <a href="https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies">one runtime dependency</a>, which you can download here:</p> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar">failureaccess-1.0.3.jar</a></li> </ul> <h3>Javadoc</h3> <ul> <li><a href="https://guava.dev/releases/33.5.0-jre/api/docs/">33.5.0-jre</a></li> <li><a href="https://guava.dev/releases/33.5.0-android/api/docs/">33.5.0-android</a></li> </ul> <h3>JDiff</h3> <ul> <li><a href="https://guava.dev/releases/33.5.0-jre/api/diffs/">33.5.0-jre vs. 33.4.8-jre</a></li> <li><a href="https://guava.dev/releases/33.5.0-android/api/diffs/">33.5.0-android vs. 33.4.8-android</a></li> <li><a href="https://guava.dev/releases/33.5.0-android/api/androiddiffs/">33.5.0-android vs. 33.5.0-jre</a></li> </ul> <h3>Changelog</h3> <ul> <li>Restored the <code>Automatic-Module-Name</code> to <code>guava-android</code>. (It, unlike, <code>guava-jre</code>, is not a proper module.) (7a04a8a955)</li> <li>For users of <code>guava-gwt</code>: Google <a href="https://redirect.github.com/gwtproject/gwt-site/pull/394">has moved off GWT internally</a>. We plan to continue to release <code>guava-gwt</code> for users of GWT and <a href="https://github.com/google/j2cl">J2CL</a>, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.</li> <li>Increased our Android <code>minSdkVersion</code> to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)</li> <li>Listed the JSpecify annotations as an optional dependency in our OSGi metadata. (2dfd572981)</li> <li><code>cache</code>: Improved the handling of exceptions from compute functions in <code>Cache.asMap()</code>. (We do still <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/cache/CacheBuilder.html#prefer-caffeine-over-guava-s-caching-api-heading">recommend</a> using <a href="https://github.com/ben-manes/caffeine">Caffeine</a> rather than <code>com.google.common.cache</code>.) (087f2c4a80)</li> <li><code>collect</code>: Improved <code>Iterators.mergeSorted()</code> to preserve stability for equal elements. (4dc93be9a8)</li> <li><code>math</code>: Added <code>saturatedAbs</code> methods to <code>IntMath</code> and <code>LongMath</code>. (ed0e518f20)</li> <li><code>net</code>: Added <code>image/avif</code> to <code>MediaType</code>. (53344caba6)</li> <li><code>testing</code>: Made <code>CollectorTester</code> available to Android users. (294c251079)</li> <li><code>util.concurrent</code>: Added <code>Striped.custom</code>. (1586eb271d)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/google/guava/commits">compare view</a></li> </ul> </details> <br /> Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/assertj/assertj/releases">org.assertj:assertj-core's releases</a>.</em></p> <blockquote> <h2>v3.27.5</h2> <h2>:zap: Improvements</h2> <h3>Core</h3> <ul> <li>ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 <a href="https://redirect.github.com/assertj/assertj/issues/3946">#3946</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <h3>Core</h3> <ul> <li>Upgrade to Byte Buddy 1.17.7 <a href="https://redirect.github.com/assertj/assertj/issues/3947">#3947</a></li> <li>Upgrade to JUnit BOM 5.13.4 <a href="https://redirect.github.com/assertj/assertj/issues/3947">#3947</a></li> </ul> <h3>Guava</h3> <ul> <li>Upgrade to Guava 33.4.8-jre <a href="https://redirect.github.com/assertj/assertj/issues/3947">#3947</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj/commit/dd4cc1de575a224805a1614394046046cf2b4f99"><code>dd4cc1d</code></a> [maven-release-plugin] prepare release assertj-build-3.27.5</li> <li><a href="https://github.com/assertj/assertj/commit/1d0defc0dbabfe3cc12b34173dd88933cbc61fcb"><code>1d0defc</code></a> Add missing permission to release workflow</li> <li><a href="https://github.com/assertj/assertj/commit/844d5d04af570d6772478d0309576cdd4c3a5c6d"><code>844d5d0</code></a> Add missing GitHub Actions pinning to CodeQL workflow</li> <li><a href="https://github.com/assertj/assertj/commit/bdd7106814be9cf71e4ceb77e0db399aa1f79b5b"><code>bdd7106</code></a> Add CodeQL custom workflow</li> <li><a href="https://github.com/assertj/assertj/commit/a93d7e632ae17d916c6a9da867571054a4b53e75"><code>a93d7e6</code></a> Remove EOL Java 24</li> <li><a href="https://github.com/assertj/assertj/commit/26ea866a2a9bece0f6f660f61b0483eaaabf27dc"><code>26ea866</code></a> Update production dependencies (<a href="https://redirect.github.com/assertj/assertj/issues/3947">#3947</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/c2944353d4b4179df0034dbcf63b41148009afd4"><code>c294435</code></a> Pin GitHub Actions dependencies, switch to weekly update schedule (<a href="https://redirect.github.com/assertj/assertj/issues/3932">#3932</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/1b4ac27d5a8a4797372a3ab4ade4700fd6308643"><code>1b4ac27</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.5">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.14.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-compiler-plugin/releases">org.apache.maven.plugins:maven-compiler-plugin's releases</a>.</em></p> <blockquote> <h2>3.14.1</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Improve DeltaList behavior for large projects (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/335">#335</a>) <a href="https://github.com/gsmet"><code>@​gsmet</code></a></li> <li>Allow to not use --module-version for the Java compiler (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/331">#331</a>) <a href="https://github.com/pzygielo"><code>@​pzygielo</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Add generatedSourcesPath back to the maven project (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/312">#312</a>) <a href="https://github.com/mensinda"><code>@​mensinda</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-538">[MCOMPILER-538]</a> - Do not add target/generated-sources/annotations to the source roots (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/191">#191</a>) <a href="https://github.com/mensinda"><code>@​mensinda</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Enforce asm version used here, to not depend on brittle transitive (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/964">#964</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li> <li>Bump mavenVersion from 3.9.10 to 3.9.11 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/952">#952</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/935">#935</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump mavenVersion from 3.9.9 to 3.9.10 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/336">#336</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-java from 1.4.0 to 1.5.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/324">#324</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/316">#316</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/0df6940466a5759a7c16947214ece072561fe23b"><code>0df6940</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.14.1</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/1bf9e5afdee07dd9063e715540401580209ae7d8"><code>1bf9e5a</code></a> Enforce asm version used here, to not depend on brittle transitive (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/964">#964</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f5161c48c5941da99eabcc140b80b86fc1d6d839"><code>f5161c4</code></a> Bump mavenVersion from 3.9.10 to 3.9.11 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/952">#952</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/63846f11f56d08cc0041aa44b74e64ca4e964e68"><code>63846f1</code></a> Improve DeltaList behavior for large projects (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/335">#335</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ab3f845238dfcde50fb3c936f4de8a764e7abc54"><code>ab3f845</code></a> Bump org.apache.maven.plugins:maven-plugins from 44 to 45</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/164bad4b393974ff55c9441431989e60057ded4d"><code>164bad4</code></a> Allow to not use --module-version for the Java compiler</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/0b76ccde1c7cdd09ab52a2e38e5add6ac2baf57c"><code>0b76ccd</code></a> Bump mavenVersion from 3.9.9 to 3.9.10</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/5dbc9c3b20ae4c59bdf5789e62d8dfbe90ca678a"><code>5dbc9c3</code></a> Bump org.codehaus.plexus:plexus-java from 1.4.0 to 1.5.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/17949d1020970929796b240e99527bc206a65de0"><code>17949d1</code></a> Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/316">#316</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/d44d1bee9698947b5fbfc566ce54eaa91e257ec9"><code>d44d1be</code></a> Add generatedSourcesPath back to the maven project</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.3 to 3.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-javadoc-plugin/releases">org.apache.maven.plugins:maven-javadoc-plugin's releases</a>.</em></p> <blockquote> <h2>3.12.0</h2> <!-- raw HTML omitted --> <h2>:boom: Breaking changes</h2> <ul> <li>remove fix mojo (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1263">#1263</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>detectOfflineLinks is now false per default for all <em>jar</em> mojo issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1258">#1258</a> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1259">#1259</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix legacyMode (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1265">#1265</a>) <a href="https://github.com/fridrich"><code>@​fridrich</code></a></li> <li>Fix <code>package {...} does not exist</code> in <code>legacyMode</code> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1243">#1243</a>) <a href="https://github.com/JackPGreen"><code>@​JackPGreen</code></a></li> <li>Ensure UTF-8 charset is used to avoid IllegalArgumentException: Null charset name (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1245">#1245</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Remove Javadoc 1.4+ / -1.1 switch related warning (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1240">#1240</a>) <a href="https://github.com/perceptron8"><code>@​perceptron8</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>protect 3.8.x branch (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1238">#1238</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li> <li>feat: enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1228">#1228</a>) <a href="https://github.com/sparsick"><code>@​sparsick</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/1257">#1257</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2a06bed2ace935251ceec2f49468834df1dcbce3"><code>2a06bed</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a71ecf9cfc2acf3a78a217af17f9cfe6b5dbb973"><code>a71ecf9</code></a> bump version 3.12.0-SNAPSHOT</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/88f2b717b7398812bdc74cd295692380deeca7ad"><code>88f2b71</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/7e1895659b26142d57798d7d0a835a3a662a5022"><code>7e18956</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c11b76c04cc6f82746e4e4496f1ac9e48f57f10a"><code>c11b76c</code></a> In legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/bc9904b2ee223088aebb146922f6da05129a52e6"><code>bc9904b</code></a> remove fix mojo (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1263">#1263</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/f3101350fe0420692d496d34262b8bb514371b68"><code>f310135</code></a> Fix <code>package {...} does not exist</code> in <code>legacyMode</code> (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1243">#1243</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/c8270f9519fcef85ce4d86fa34633e6ca43d671a"><code>c8270f9</code></a> detectOfflineLinks is now false per default for all <em>jar</em> mojo issue <a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1258">#1258</a> ...</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/953e60979c2ee84542f92b1edb19d7ce3507f4bf"><code>953e609</code></a> Delete flaky test (<a href="https://redirect.github.com/apache/maven-javadoc-plugin/issues/1260">#1260</a>)</li> <li><a href="https://github.com/apache/maven-javadoc-plugin/commit/2bba7a4e73a098c54de9d301d920ae89c85540be"><code>2bba7a4</code></a> Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.mojo:versions-maven-plugin` from 2.19.0 to 2.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mojohaus/versions/releases">org.codehaus.mojo:versions-maven-plugin's releases</a>.</em></p> <blockquote> <h2>2.19.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li>Resolves <a href="https://redirect.github.com/mojohaus/versions/issues/1270">#1270</a>: Ensuring thread safety when creating VersionsHelper (<a href="https://redirect.github.com/mojohaus/versions/pull/1273">#1273</a>) <a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li> <li>Resolves <a href="https://redirect.github.com/mojohaus/versions/issues/1266">#1266</a>: Applying the include filter during association resolution (<a href="https://redirect.github.com/mojohaus/versions/pull/1274">#1274</a>) <a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Resolves <a href="https://redirect.github.com/mojohaus/versions/issues/1271">#1271</a>: Fixed broken Site links (<a href="https://redirect.github.com/mojohaus/versions/pull/1275">#1275</a>) <a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mojohaus/versions/commit/804a5ab508d512bb44726fa665481cec9342dc91"><code>804a5ab</code></a> [maven-release-plugin] prepare release 2.19.1</li> <li><a href="https://github.com/mojohaus/versions/commit/4affd188f68dd333f2968611597056371b79ec72"><code>4affd18</code></a> Resolves <a href="https://redirect.github.com/mojohaus/versions/issues/1270">#1270</a>: Ensuring thread safety when VersionsHelper (<a href="https://redirect.github.com/mojohaus/versions/issues/1273">#1273</a>)</li> <li><a href="https://github.com/mojohaus/versions/commit/6bd8d68ee004b77f3207341542f710127fc39f86"><code>6bd8d68</code></a> Resolves <a href="https://redirect.github.com/mojohaus/versions/issues/1266">#1266</a>: Applying the include filter while resolving property associat...</li> <li><a href="https://github.com/mojohaus/versions/commit/60d273cd671375dcf0342d65f27a5743db25e974"><code>60d273c</code></a> Resolves <a href="https://redirect.github.com/mojohaus/versions/issues/1271">#1271</a>: Fixed broken Site links (<a href="https://redirect.github.com/mojohaus/versions/issues/1275">#1275</a>)</li> <li><a href="https://github.com/mojohaus/versions/commit/4456751dc67304e4f54f250f789a830891a2a3c2"><code>4456751</code></a> Revert &quot;Bump org.hibernate:hibernate-validator (<a href="https://redirect.github.com/mojohaus/versions/issues/1267">#1267</a>)&quot;</li> <li><a href="https://github.com/mojohaus/versions/commit/3eee9f9a733beb542ee16e70f6f9297d725ad969"><code>3eee9f9</code></a> Bump org.hibernate:hibernate-validator (<a href="https://redirect.github.com/mojohaus/versions/issues/1267">#1267</a>)</li> <li><a href="https://github.com/mojohaus/versions/commit/9c43c1ab7cd86a11760f0a5feefc68d78d81aa92"><code>9c43c1a</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/mojohaus/versions/compare/2.19.0...2.19.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f24bda9 commit 5d624d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343

4444
<protoc.version>3.22.2</protoc.version>
45-
<google.guava.version>33.4.8-android</google.guava.version>
45+
<google.guava.version>33.5.0-android</google.guava.version>
4646
<google.protobuf.version>4.32.1</google.protobuf.version>
4747
<protobuf.maven.plugin.version>0.6.1</protobuf.maven.plugin.version>
4848

4949
<re2j.version>1.8</re2j.version>
5050
<commons.validator.version>1.10.0</commons.validator.version>
5151
<grpc.version>1.75.0</grpc.version>
5252
<junit.version>4.13.2</junit.version>
53-
<assertj.version>3.27.4</assertj.version>
53+
<assertj.version>3.27.5</assertj.version>
5454
<java.release>8</java.release>
5555
<java.version>1.8</java.version>
56-
<proto-google-common-protos.version>2.61.1</proto-google-common-protos.version>
56+
<proto-google-common-protos.version>2.61.2</proto-google-common-protos.version>
5757
</properties>
5858

5959
<dependencyManagement>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-compiler-plugin</artifactId>
112-
<version>3.14.0</version>
112+
<version>3.14.1</version>
113113
<configuration>
114114
<release>${java.release}</release>
115115
<source>${java.version}</source>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-javadoc-plugin</artifactId>
153-
<version>3.11.3</version>
153+
<version>3.12.0</version>
154154
<configuration>
155155
<author>false</author>
156156
<breakiterator>true</breakiterator>
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.codehaus.mojo</groupId>
210210
<artifactId>versions-maven-plugin</artifactId>
211-
<version>2.19.0</version>
211+
<version>2.19.1</version>
212212
</plugin>
213213

214214
<plugin>

0 commit comments

Comments
 (0)