Bump the dependencies group with 3 updates - #486
Merged
Conversation
Bumps the dependencies group with 3 updates: [com.google.guava:guava](https://github.com/google/guava), [com.google.guava:guava-testlib](https://github.com/google/guava) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.0-jre <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.7.0</h2> <h3>Newly introduced problem for Java 9 and Java 10 only</h3> <p>Guava 33.7.0 includes a <code>Multi-Release</code> line in its jar manifest, even though it is no longer a multi-release jar. This causes <a href="https://redirect.github.com/google/guava/issues/8614">some problems with tools from Java 9 and Java 10</a>. The issue is fixed in <a href="https://github.com/google/guava/releases/tag/v33.7.1">version 33.7.1</a>. Sorry for the trouble.</p> <h3>Maven</h3> <pre lang="xml"><code><dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.7.0-jre</version> <!-- or, for Android: --> <version>33.7.0-android</version> </dependency> </code></pre> <h3>Jar files</h3> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-jre/guava-33.7.0-jre.jar">33.7.0-jre.jar</a></li> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-android/guava-33.7.0-android.jar">33.7.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.7.0-jre/api/docs/">33.7.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/docs/">33.7.0-android</a></li> </ul> <h3>JDiff</h3> <ul> <li><a href="https://guava.dev/releases/33.7.0-jre/api/diffs/">33.7.0-jre vs. 33.6.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/diffs/">33.7.0-android vs. 33.6.0-android</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/androiddiffs/">33.7.0-android vs. 33.7.0-jre</a></li> </ul> <h3>Changelog</h3> <ul> <li>The Android jar now contains our Proguard configs. (b0668e7174)</li> <li>The Guava <code>module-info.class</code> is now present at the root of the jar instead of under <a href="https://openjdk.org/jeps/238">a multi-release root</a>. This prevents the jar from containing a file at <code>META-INF/versions/9/OSGI-INF/MANIFEST.MF</code>, which occasionally causes <a href="https://redirect.github.com/jspecify/jspecify/issues/484#issuecomment-2819506604">trouble for some users</a>. (230019b31e)</li> <li>Our Android <code>minSdkVersion</code> is now 24 (Nougat). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (ea0af870d5)</li> <li><code>collect</code>: Changed some <code>ImmutableMap</code> implementations to create a new, lightweight object on each call to view methods like <code>keySet()</code>, rather than creating and storing that object during the first call for reuse later. This is likely to slightly improve performance for some users, but it could lead to regressions in unusual cases, such as repeatedly calling <code>asMultimap().inverse()</code> on the same <code>ImmutableMap</code> instance. (e87d019e47)</li> <li><code>net</code>: Added <code>HttpHeaders</code> constant for <code>on-prefetch-activation</code>. (abd06a3679)</li> <li><code>net</code>: Added <code>MediaType</code> constants for <code>application/yaml</code> and <code>application/x-pem-file</code>. (a8e9533b49, 1d40e27a4b)</li> <li><code>util.concurrent</code>: Fixed <code>ExecutionSequencer</code> queue stall when delegate executor throws <code>RejectedExecutionException</code>. (8410194eed)</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 `com.google.guava:guava-testlib` from 33.6.0-jre to 33.7.0-jre <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava-testlib's releases</a>.</em></p> <blockquote> <h2>33.7.0</h2> <h3>Newly introduced problem for Java 9 and Java 10 only</h3> <p>Guava 33.7.0 includes a <code>Multi-Release</code> line in its jar manifest, even though it is no longer a multi-release jar. This causes <a href="https://redirect.github.com/google/guava/issues/8614">some problems with tools from Java 9 and Java 10</a>. The issue is fixed in <a href="https://github.com/google/guava/releases/tag/v33.7.1">version 33.7.1</a>. Sorry for the trouble.</p> <h3>Maven</h3> <pre lang="xml"><code><dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.7.0-jre</version> <!-- or, for Android: --> <version>33.7.0-android</version> </dependency> </code></pre> <h3>Jar files</h3> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-jre/guava-33.7.0-jre.jar">33.7.0-jre.jar</a></li> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-android/guava-33.7.0-android.jar">33.7.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.7.0-jre/api/docs/">33.7.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/docs/">33.7.0-android</a></li> </ul> <h3>JDiff</h3> <ul> <li><a href="https://guava.dev/releases/33.7.0-jre/api/diffs/">33.7.0-jre vs. 33.6.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/diffs/">33.7.0-android vs. 33.6.0-android</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/androiddiffs/">33.7.0-android vs. 33.7.0-jre</a></li> </ul> <h3>Changelog</h3> <ul> <li>The Android jar now contains our Proguard configs. (b0668e7174)</li> <li>The Guava <code>module-info.class</code> is now present at the root of the jar instead of under <a href="https://openjdk.org/jeps/238">a multi-release root</a>. This prevents the jar from containing a file at <code>META-INF/versions/9/OSGI-INF/MANIFEST.MF</code>, which occasionally causes <a href="https://redirect.github.com/jspecify/jspecify/issues/484#issuecomment-2819506604">trouble for some users</a>. (230019b31e)</li> <li>Our Android <code>minSdkVersion</code> is now 24 (Nougat). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (ea0af870d5)</li> <li><code>collect</code>: Changed some <code>ImmutableMap</code> implementations to create a new, lightweight object on each call to view methods like <code>keySet()</code>, rather than creating and storing that object during the first call for reuse later. This is likely to slightly improve performance for some users, but it could lead to regressions in unusual cases, such as repeatedly calling <code>asMultimap().inverse()</code> on the same <code>ImmutableMap</code> instance. (e87d019e47)</li> <li><code>net</code>: Added <code>HttpHeaders</code> constant for <code>on-prefetch-activation</code>. (abd06a3679)</li> <li><code>net</code>: Added <code>MediaType</code> constants for <code>application/yaml</code> and <code>application/x-pem-file</code>. (a8e9533b49, 1d40e27a4b)</li> <li><code>util.concurrent</code>: Fixed <code>ExecutionSequencer</code> queue stall when delegate executor throws <code>RejectedExecutionException</code>. (8410194eed)</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 `com.google.guava:guava-testlib` from 33.6.0-jre to 33.7.0-jre <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/guava/releases">com.google.guava:guava-testlib's releases</a>.</em></p> <blockquote> <h2>33.7.0</h2> <h3>Newly introduced problem for Java 9 and Java 10 only</h3> <p>Guava 33.7.0 includes a <code>Multi-Release</code> line in its jar manifest, even though it is no longer a multi-release jar. This causes <a href="https://redirect.github.com/google/guava/issues/8614">some problems with tools from Java 9 and Java 10</a>. The issue is fixed in <a href="https://github.com/google/guava/releases/tag/v33.7.1">version 33.7.1</a>. Sorry for the trouble.</p> <h3>Maven</h3> <pre lang="xml"><code><dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.7.0-jre</version> <!-- or, for Android: --> <version>33.7.0-android</version> </dependency> </code></pre> <h3>Jar files</h3> <ul> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-jre/guava-33.7.0-jre.jar">33.7.0-jre.jar</a></li> <li><a href="https://repo1.maven.org/maven2/com/google/guava/guava/33.7.0-android/guava-33.7.0-android.jar">33.7.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.7.0-jre/api/docs/">33.7.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/docs/">33.7.0-android</a></li> </ul> <h3>JDiff</h3> <ul> <li><a href="https://guava.dev/releases/33.7.0-jre/api/diffs/">33.7.0-jre vs. 33.6.0-jre</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/diffs/">33.7.0-android vs. 33.6.0-android</a></li> <li><a href="https://guava.dev/releases/33.7.0-android/api/androiddiffs/">33.7.0-android vs. 33.7.0-jre</a></li> </ul> <h3>Changelog</h3> <ul> <li>The Android jar now contains our Proguard configs. (b0668e7174)</li> <li>The Guava <code>module-info.class</code> is now present at the root of the jar instead of under <a href="https://openjdk.org/jeps/238">a multi-release root</a>. This prevents the jar from containing a file at <code>META-INF/versions/9/OSGI-INF/MANIFEST.MF</code>, which occasionally causes <a href="https://redirect.github.com/jspecify/jspecify/issues/484#issuecomment-2819506604">trouble for some users</a>. (230019b31e)</li> <li>Our Android <code>minSdkVersion</code> is now 24 (Nougat). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (ea0af870d5)</li> <li><code>collect</code>: Changed some <code>ImmutableMap</code> implementations to create a new, lightweight object on each call to view methods like <code>keySet()</code>, rather than creating and storing that object during the first call for reuse later. This is likely to slightly improve performance for some users, but it could lead to regressions in unusual cases, such as repeatedly calling <code>asMultimap().inverse()</code> on the same <code>ImmutableMap</code> instance. (e87d019e47)</li> <li><code>net</code>: Added <code>HttpHeaders</code> constant for <code>on-prefetch-activation</code>. (abd06a3679)</li> <li><code>net</code>: Added <code>MediaType</code> constants for <code>application/yaml</code> and <code>application/x-pem-file</code>. (a8e9533b49, 1d40e27a4b)</li> <li><code>util.concurrent</code>: Fixed <code>ExecutionSequencer</code> queue stall when delegate executor throws <code>RejectedExecutionException</code>. (8410194eed)</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.graalvm.buildtools:native-maven-plugin` from 1.1.8 to 1.1.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/native-build-tools/releases">org.graalvm.buildtools:native-maven-plugin's releases</a>.</em></p> <blockquote> <h2>1.1.9</h2> <h2>What's Changed</h2> <ul> <li>Make repository test output concise by default by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1004">graalvm/native-build-tools#1004</a></li> <li>Decouple Maven plugin unit tests from remote bootstrap tasks by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1007">graalvm/native-build-tools#1007</a></li> <li>Clarify build prerequisites and add a core build mode by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1012">graalvm/native-build-tools#1012</a></li> <li>Release 1.1.8 by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1015">graalvm/native-build-tools#1015</a></li> <li>Bump version to 1.1.9-SNAPSHOT by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1016">graalvm/native-build-tools#1016</a></li> <li>Uplift the Native Image layer configuration model by <a href="https://github.com/jormundur00"><code>@jormundur00</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1011">graalvm/native-build-tools#1011</a></li> <li>Update reachability metadata to 1.0.10 by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/1021">graalvm/native-build-tools#1021</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/1.1.8...1.1.9">https://github.com/graalvm/native-build-tools/compare/1.1.8...1.1.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/70a22ad3290ebad1501d02615632de5134769ab4"><code>70a22ad</code></a> Release 1.1.9</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/226c2f206eaa46fe5360fd1498c9eb7ef37f41a1"><code>226c2f2</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/1021">#1021</a> from graalvm/update-metadata-to-1.0.10</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/750e24df530c9f886c4770295ee826ea0b690e65"><code>750e24d</code></a> Update reachability metadata to 1.0.10</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/f9d090cc222fca5213a1341a1b933078f97cc658"><code>f9d090c</code></a> Clarify layer selector and test suite support</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/8a6250781bd2fd147985cbb810ff7b8c74bf8b2e"><code>8a62507</code></a> Skip later Gradle layer consumers on GraalVM 25.0</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/fa9cb64f11d0206ca172e8dfb3b96c44d6f3e15b"><code>fa9cb64</code></a> Narrow GraalVM 25.0 layer test skips</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/a7f0ca471d9077c5e73125aef140ad367f0b7e06"><code>a7f0ca4</code></a> Skip Gradle layer consumers on GraalVM 25.0</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/cf67f056d9ce74faf28f1685cdaa0d223047b143"><code>cf67f05</code></a> Skip Maven shared layer test on GraalVM 25.0</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/60da37cf685ab9447f32258a24903b0d5201284e"><code>60da37c</code></a> Skip Maven all-selector layer test on GraalVM 25.0</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/0498739627367395308921fe794944d2244a458f"><code>0498739</code></a> Fix layered image runtime distribution</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/native-build-tools/compare/1.1.8...1.1.9">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 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> Fixes #485 COPYBARA_INTEGRATE_REVIEW=#485 from google:dependabot/maven/dependencies-37e7d23fef 4576051 PiperOrigin-RevId: 970096788
copybara-service
Bot
force-pushed
the
test_970089835
branch
from
August 24, 2026 21:53
c8899e7 to
b0c0ecd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: com.google.guava:guava, com.google.guava:guava-testlib and org.graalvm.buildtools:native-maven-plugin.
Updates
com.google.guava:guavafrom 33.6.0-jre to 33.7.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
com.google.guava:guava-testlibfrom 33.6.0-jre to 33.7.0-jreRelease notes
Sourced from com.google.guava:guava-testlib's releases.
Commits
Updates
com.google.guava:guava-testlibfrom 33.6.0-jre to 33.7.0-jreRelease notes
Sourced from com.google.guava:guava-testlib's releases.
Commits
Updates
org.graalvm.buildtools:native-maven-pluginfrom 1.1.8 to 1.1.9Release notes
Sourced from org.graalvm.buildtools:native-maven-plugin's releases.
Commits
70a22adRelease 1.1.9226c2f2Merge pull request #1021 from graalvm/update-metadata-to-1.0.10750e24dUpdate reachability metadata to 1.0.10f9d090cClarify layer selector and test suite support8a62507Skip later Gradle layer consumers on GraalVM 25.0fa9cb64Narrow GraalVM 25.0 layer test skipsa7f0ca4Skip Gradle layer consumers on GraalVM 25.0cf67f05Skip Maven shared layer test on GraalVM 25.060da37cSkip Maven all-selector layer test on GraalVM 25.00498739Fix layered image runtime distributionDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsFixes #485
FUTURE_COPYBARA_INTEGRATE_REVIEW=#485 from google:dependabot/maven/dependencies-37e7d23fef 4576051