Skip to content

Bump the dependencies group with 3 updates - #486

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_970089835
Aug 24, 2026
Merged

Bump the dependencies group with 3 updates#486
copybara-service[bot] merged 1 commit into
mainfrom
test_970089835

Conversation

@copybara-service

Copy link
Copy Markdown

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:guava from 33.6.0-jre to 33.7.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<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>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • The Android jar now contains our Proguard configs. (b0668e7174)
  • The Guava module-info.class is now present at the root of the jar instead of under a multi-release root. This prevents the jar from containing a file at META-INF/versions/9/OSGI-INF/MANIFEST.MF, which occasionally causes trouble for some users. (230019b31e)
  • Our Android minSdkVersion 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)
  • collect: Changed some ImmutableMap implementations to create a new, lightweight object on each call to view methods like keySet(), 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 asMultimap().inverse() on the same ImmutableMap instance. (e87d019e47)
  • net: Added HttpHeaders constant for on-prefetch-activation. (abd06a3679)
  • net: Added MediaType constants for application/yaml and application/x-pem-file. (a8e9533b49, 1d40e27a4b)
  • util.concurrent: Fixed ExecutionSequencer queue stall when delegate executor throws RejectedExecutionException. (8410194eed)
Commits

Updates com.google.guava:guava-testlib from 33.6.0-jre to 33.7.0-jre

Release notes

Sourced from com.google.guava:guava-testlib's releases.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<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>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • The Android jar now contains our Proguard configs. (b0668e7174)
  • The Guava module-info.class is now present at the root of the jar instead of under a multi-release root. This prevents the jar from containing a file at META-INF/versions/9/OSGI-INF/MANIFEST.MF, which occasionally causes trouble for some users. (230019b31e)
  • Our Android minSdkVersion 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)
  • collect: Changed some ImmutableMap implementations to create a new, lightweight object on each call to view methods like keySet(), 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 asMultimap().inverse() on the same ImmutableMap instance. (e87d019e47)
  • net: Added HttpHeaders constant for on-prefetch-activation. (abd06a3679)
  • net: Added MediaType constants for application/yaml and application/x-pem-file. (a8e9533b49, 1d40e27a4b)
  • util.concurrent: Fixed ExecutionSequencer queue stall when delegate executor throws RejectedExecutionException. (8410194eed)
Commits

Updates com.google.guava:guava-testlib from 33.6.0-jre to 33.7.0-jre

Release notes

Sourced from com.google.guava:guava-testlib's releases.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<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>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • The Android jar now contains our Proguard configs. (b0668e7174)
  • The Guava module-info.class is now present at the root of the jar instead of under a multi-release root. This prevents the jar from containing a file at META-INF/versions/9/OSGI-INF/MANIFEST.MF, which occasionally causes trouble for some users. (230019b31e)
  • Our Android minSdkVersion 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)
  • collect: Changed some ImmutableMap implementations to create a new, lightweight object on each call to view methods like keySet(), 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 asMultimap().inverse() on the same ImmutableMap instance. (e87d019e47)
  • net: Added HttpHeaders constant for on-prefetch-activation. (abd06a3679)
  • net: Added MediaType constants for application/yaml and application/x-pem-file. (a8e9533b49, 1d40e27a4b)
  • util.concurrent: Fixed ExecutionSequencer queue stall when delegate executor throws RejectedExecutionException. (8410194eed)
Commits

Updates org.graalvm.buildtools:native-maven-plugin from 1.1.8 to 1.1.9

Release notes

Sourced from org.graalvm.buildtools:native-maven-plugin's releases.

1.1.9

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.8...1.1.9

Commits
  • 70a22ad Release 1.1.9
  • 226c2f2 Merge pull request #1021 from graalvm/update-metadata-to-1.0.10
  • 750e24d Update reachability metadata to 1.0.10
  • f9d090c Clarify layer selector and test suite support
  • 8a62507 Skip later Gradle layer consumers on GraalVM 25.0
  • fa9cb64 Narrow GraalVM 25.0 layer test skips
  • a7f0ca4 Skip Gradle layer consumers on GraalVM 25.0
  • cf67f05 Skip Maven shared layer test on GraalVM 25.0
  • 60da37c Skip Maven all-selector layer test on GraalVM 25.0
  • 0498739 Fix layered image runtime distribution
  • Additional commits viewable in compare view

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 commands and options

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

Fixes #485

FUTURE_COPYBARA_INTEGRATE_REVIEW=#485 from google:dependabot/maven/dependencies-37e7d23fef 4576051

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>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.0-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.7.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.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>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.0-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.7.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.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>&lt;dependency&gt;
  &lt;groupId&gt;com.google.guava&lt;/groupId&gt;
  &lt;artifactId&gt;guava&lt;/artifactId&gt;
  &lt;version&gt;33.7.0-jre&lt;/version&gt;
  &lt;!-- or, for Android: --&gt;
  &lt;version&gt;33.7.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.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
copybara-service Bot merged commit b0c0ecd into main Aug 24, 2026
2 checks passed
@copybara-service
copybara-service Bot deleted the test_970089835 branch August 24, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants