dependabot[bot] opened a new pull request, #3136:
URL: https://github.com/apache/jena/pull/3136

   Bumps the maven-patch-group group with 6 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [com.google.guava:guava](https://github.com/google/guava) | `33.4.7-jre` | 
`33.4.8-jre` |
   | [org.apache.shiro:shiro-bom](https://github.com/apache/shiro) | `2.0.3` | 
`2.0.4` |
   | [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) | 
`24.2.0` | `24.2.1` |
   | [org.graalvm.js:js-community](https://github.com/graalvm/graaljs) | 
`24.2.0` | `24.2.1` |
   | 
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
 | `1.14.5` | `1.14.6` |
   | 
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer)
 | `1.14.5` | `1.14.6` |
   
   Updates `com.google.guava:guava` from 33.4.7-jre to 33.4.8-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.4.8</h2>
   <p>Guava 33.4.8 fixes a problem that we introduced while starting to migrate 
<code>guava-android</code> off <code>Unsafe</code> in <a 
href="https://github.com/google/guava/releases/tag/v33.4.7";>33.4.7</a>.</p>
   <p>Even if you're not upgrading from Guava 33.4.0 or earlier, still read <a 
href="https://github.com/google/guava/releases/tag/v33.4.1";>the release notes 
for Guava 33.4.1</a>. Those release notes contain information about the effects 
of Guava 33.4.5 and higher on the module system.</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.4.8-jre&lt;/version&gt;
     &lt;!-- or, for Android: --&gt;
     &lt;version&gt;33.4.8-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.4.8-jre/guava-33.4.8-jre.jar";>33.4.8-jre.jar</a></li>
   <li><a 
href="https://repo1.maven.org/maven2/com/google/guava/guava/33.4.8-android/guava-33.4.8-android.jar";>33.4.8-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.4.8-jre/api/docs/";>33.4.8-jre</a></li>
   <li><a 
href="https://guava.dev/releases/33.4.8-android/api/docs/";>33.4.8-android</a></li>
   </ul>
   <h3>JDiff</h3>
   <ul>
   <li><a href="https://guava.dev/releases/33.4.8-jre/api/diffs/";>33.4.8-jre 
vs. 33.4.7-jre</a></li>
   <li><a 
href="https://guava.dev/releases/33.4.8-android/api/diffs/";>33.4.8-android vs. 
33.4.7-android</a></li>
   <li><a 
href="https://guava.dev/releases/33.4.8-android/api/androiddiffs/";>33.4.8-android
 vs. 33.4.8-jre</a></li>
   </ul>
   <h3>Changelog</h3>
   <ul>
   <li><code>util.concurrent</code>: Removed our <code>VarHandle</code> code 
from <code>guava-android</code>. While the code was never used at runtime under 
Android, it was causing <a 
href="https://redirect.github.com/google/guava/issues/7769";>problems under the 
Android Gradle Plugin</a> with a <code>minSdkVersion</code> below 26. To 
continue to avoid <code>sun.misc.Unsafe</code> under the JVM, 
<code>guava-android</code> will now always use 
<code>AtomicReferenceFieldUpdater</code> when run there. (75da92419a)</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.apache.shiro:shiro-bom` from 2.0.3 to 2.0.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/shiro/releases";>org.apache.shiro:shiro-bom's 
releases</a>.</em></p>
   <blockquote>
   <h2>Apache Shiro 2.0.4</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://redirect.github.com/apache/shiro/issues/2081";>#2081</a> 
bugfix: remove InheriableThreadLocal from ThreadContext as it was cau… by <a 
href="https://github.com/lprimak";><code>@​lprimak</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2082";>apache/shiro#2082</a></li>
   <li><a href="https://redirect.github.com/apache/shiro/issues/2083";>#2083</a> 
bugfix: added Shiro core additional ClassLoader to be used when seria… by <a 
href="https://github.com/lprimak";><code>@​lprimak</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2085";>apache/shiro#2085</a></li>
   </ul>
   <h2>Improvements</h2>
   <ul>
   <li><a 
href="https://github.com/apache/shiro/commit/c36b70ded558505f9caae80c96533ab10f3442ea";>chore:
 update OpenSSF Scorecard badge</a></li>
   <li><a 
href="https://github.com/apache/shiro/commit/c84652da0d655d5127ad48496de3acdf0959b363";>chore:
 removed unused test-coverage module, was causing issues for the 
release</a></li>
   </ul>
   <h2>Dependency Updates</h2>
   <ul>
   <li>chore(deps): bump github/codeql-action from 3.28.13 to 3.28.15 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2073";>apache/shiro#2073</a></li>
   <li>chore(deps): bump org.owasp:dependency-check-maven from 12.1.0 to 12.1.1 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2070";>apache/shiro#2070</a></li>
   <li>chore(deps): bump actions/setup-java from 4.7.0 to 4.7.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2075";>apache/shiro#2075</a></li>
   <li>chore(deps-dev): bump junit.engine.version from 1.12.1 to 1.12.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2079";>apache/shiro#2079</a></li>
   <li>chore(deps): bump junit.version from 5.12.1 to 5.12.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/apache/shiro/pull/2080";>apache/shiro#2080</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/apache/shiro/compare/shiro-root-2.0.3...shiro-root-2.0.4";>https://github.com/apache/shiro/compare/shiro-root-2.0.3...shiro-root-2.0.4</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/shiro/commit/3de645e160eac26eadfd9db3f164e16192b577ab";><code>3de645e</code></a>
 [maven-release-plugin] prepare release shiro-root-2.0.4</li>
   <li><a 
href="https://github.com/apache/shiro/commit/c84652da0d655d5127ad48496de3acdf0959b363";><code>c84652d</code></a>
 chore: removed unused test-coverage module, was causing issues for the 
release</li>
   <li><a 
href="https://github.com/apache/shiro/commit/1dfce3b86a2b9f78deb78dcd81d372c297d7c56d";><code>1dfce3b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/shiro/issues/2085";>#2085</a> from 
lprimak/add-shiro-core-classloading</li>
   <li><a 
href="https://github.com/apache/shiro/commit/03126c4a93f2ba329f82f0926c59aab840a7494f";><code>03126c4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/shiro/issues/2082";>#2082</a> from 
lprimak/remove-inheriable-thread-local</li>
   <li><a 
href="https://github.com/apache/shiro/commit/a4d63d673fec82f2672ec9ebaac623562c27f5a9";><code>a4d63d6</code></a>
 bugfix: added Shiro core additional ClassLoader to be used when serializing 
/...</li>
   <li><a 
href="https://github.com/apache/shiro/commit/5e485ba71e802047c2d6c5d0adc1af632faac057";><code>5e485ba</code></a>
 bugfix: remove InheriableThreadLocal from ThreadContext as it was causing 
lea...</li>
   <li><a 
href="https://github.com/apache/shiro/commit/f4966aa783cdc22a522faac5d1dd50f358c69bf5";><code>f4966aa</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/shiro/issues/2080";>#2080</a> from 
apache/dependabot/maven/junit.version-5.12.2</li>
   <li><a 
href="https://github.com/apache/shiro/commit/fc0585b34c49724aa64644ae25f1b02082218ba2";><code>fc0585b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/apache/shiro/issues/2079";>#2079</a> from 
apache/dependabot/maven/junit.engine.version-1....</li>
   <li><a 
href="https://github.com/apache/shiro/commit/201a62708da3d14115a8922e8e176a46d7dce2aa";><code>201a627</code></a>
 chore(deps): bump junit.version from 5.12.1 to 5.12.2</li>
   <li><a 
href="https://github.com/apache/shiro/commit/af7a527216870837fb8c90570a676302af0c85bf";><code>af7a527</code></a>
 chore(deps-dev): bump junit.engine.version from 1.12.1 to 1.12.2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/shiro/compare/shiro-root-2.0.3...shiro-root-2.0.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.js:js-scriptengine` from 24.2.0 to 24.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graalvm/graaljs/releases";>org.graalvm.js:js-scriptengine's
 releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS 24.2.1</h2>
   <p>GraalJS is an ECMAScript-compliant runtime to execute JavaScript and 
Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>GraalJS version 24.2.1 is designed for use with Oracle GraalVM for JDK 
24.0.1 or GraalVM Community Edition for JDK 24.0.1, and can be downloaded 
separately.</p>
   <p>There are two standalone types to choose from:</p>
   <ul>
   <li>Native Standalone: This contains a Native Image compiled launcher</li>
   <li>JVM Standalone: This contains JavaScript in the JVM configuration</li>
   </ul>
   <p>To distinguish between them, the GraalVM Community Edition version has 
the suffix <code>-community</code> in the name. A JVM standalone has a 
<code>-jvm</code> suffix in a name.</p>
   <p>Learn more about GraalJS and how to get started on the website: <a 
href="http://www.graalvm.org/reference-manual/js/";>https://www.graalvm.org/javascript/</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/vm-24.2.1/CHANGELOG.md";>org.graalvm.js:js-scriptengine's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 24.2.1</h2>
   <ul>
   <li>Made option <code>js.text-encoding</code> stable and allowed in 
<code>SandboxPolicy.CONSTRAINED</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8b086b096e32a1727c8c584b9e67181dfe343289";><code>8b086b0</code></a>
 release GraalVM 24.2.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b7a8f309c91fe9aef9c26c4824b81099f0f38046";><code>b7a8f30</code></a>
 [GR-63275] Backport to 24.2: Set CONSTRAINED sandbox policy for 
js.webassembl...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/69fc7bbd4adbacc8323c51b40632d5366504ca74";><code>69fc7bb</code></a>
 [GR-63339] Backport to 24.2: Make option js.text-encoding stable and allowed 
...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/10a8b0452211a59e6ee4b8c9c11a527cbb33b603";><code>10a8b04</code></a>
 Update changelog.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/622d321335a249882da7f4f857e9b2ae54df97bf";><code>622d321</code></a>
 Make option <code>js.text-encoding</code> stable and allowed in 
`SandboxPolicy.CONSTRAIN...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3eaed56bdf8b3717eece2cb0a87d74cee64bdd7b";><code>3eaed56</code></a>
 [GR-63245] Backport to 24.2:  Fix ClassCastException in super property 
access.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/1ee048b4574ddc2a42fd3af3337097568a2bf6b0";><code>1ee048b</code></a>
 Add regression tests (GR-62433, GR-63216).</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/f70d9a8be4616c497daefa1d68ebb93677c0730e";><code>f70d9a8</code></a>
 Mark arrow functions using <code>super</code> as also using 
<code>this</code>.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8c710f71de0f138dac17933856594ee32e0d7cb6";><code>8c710f7</code></a>
 set CONSTRAINED sandbox policy for js.webassembly option</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/900af298ad27ab125e457df770edf7461b92d892";><code>900af29</code></a>
 [GR-62383] Backport to 24.2: Compilation failure in ImportMetaNode.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-24.2.0...vm-24.2.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.js:js-community` from 24.2.0 to 24.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graalvm/graaljs/releases";>org.graalvm.js:js-community's
 releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS 24.2.1</h2>
   <p>GraalJS is an ECMAScript-compliant runtime to execute JavaScript and 
Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>GraalJS version 24.2.1 is designed for use with Oracle GraalVM for JDK 
24.0.1 or GraalVM Community Edition for JDK 24.0.1, and can be downloaded 
separately.</p>
   <p>There are two standalone types to choose from:</p>
   <ul>
   <li>Native Standalone: This contains a Native Image compiled launcher</li>
   <li>JVM Standalone: This contains JavaScript in the JVM configuration</li>
   </ul>
   <p>To distinguish between them, the GraalVM Community Edition version has 
the suffix <code>-community</code> in the name. A JVM standalone has a 
<code>-jvm</code> suffix in a name.</p>
   <p>Learn more about GraalJS and how to get started on the website: <a 
href="http://www.graalvm.org/reference-manual/js/";>https://www.graalvm.org/javascript/</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/vm-24.2.1/CHANGELOG.md";>org.graalvm.js:js-community's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 24.2.1</h2>
   <ul>
   <li>Made option <code>js.text-encoding</code> stable and allowed in 
<code>SandboxPolicy.CONSTRAINED</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8b086b096e32a1727c8c584b9e67181dfe343289";><code>8b086b0</code></a>
 release GraalVM 24.2.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b7a8f309c91fe9aef9c26c4824b81099f0f38046";><code>b7a8f30</code></a>
 [GR-63275] Backport to 24.2: Set CONSTRAINED sandbox policy for 
js.webassembl...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/69fc7bbd4adbacc8323c51b40632d5366504ca74";><code>69fc7bb</code></a>
 [GR-63339] Backport to 24.2: Make option js.text-encoding stable and allowed 
...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/10a8b0452211a59e6ee4b8c9c11a527cbb33b603";><code>10a8b04</code></a>
 Update changelog.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/622d321335a249882da7f4f857e9b2ae54df97bf";><code>622d321</code></a>
 Make option <code>js.text-encoding</code> stable and allowed in 
`SandboxPolicy.CONSTRAIN...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3eaed56bdf8b3717eece2cb0a87d74cee64bdd7b";><code>3eaed56</code></a>
 [GR-63245] Backport to 24.2:  Fix ClassCastException in super property 
access.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/1ee048b4574ddc2a42fd3af3337097568a2bf6b0";><code>1ee048b</code></a>
 Add regression tests (GR-62433, GR-63216).</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/f70d9a8be4616c497daefa1d68ebb93677c0730e";><code>f70d9a8</code></a>
 Mark arrow functions using <code>super</code> as also using 
<code>this</code>.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8c710f71de0f138dac17933856594ee32e0d7cb6";><code>8c710f7</code></a>
 set CONSTRAINED sandbox policy for js.webassembly option</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/900af298ad27ab125e457df770edf7461b92d892";><code>900af29</code></a>
 [GR-62383] Backport to 24.2: Compilation failure in ImportMetaNode.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-24.2.0...vm-24.2.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.graalvm.js:js-community` from 24.2.0 to 24.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/graalvm/graaljs/releases";>org.graalvm.js:js-community's
 releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS 24.2.1</h2>
   <p>GraalJS is an ECMAScript-compliant runtime to execute JavaScript and 
Node.js applications.
   It is fully standard compliant, execute applications with high performance, 
and provide all benefits from the GraalVM stack, including language 
interoperability and common tooling.</p>
   <p>GraalJS version 24.2.1 is designed for use with Oracle GraalVM for JDK 
24.0.1 or GraalVM Community Edition for JDK 24.0.1, and can be downloaded 
separately.</p>
   <p>There are two standalone types to choose from:</p>
   <ul>
   <li>Native Standalone: This contains a Native Image compiled launcher</li>
   <li>JVM Standalone: This contains JavaScript in the JVM configuration</li>
   </ul>
   <p>To distinguish between them, the GraalVM Community Edition version has 
the suffix <code>-community</code> in the name. A JVM standalone has a 
<code>-jvm</code> suffix in a name.</p>
   <p>Learn more about GraalJS and how to get started on the website: <a 
href="http://www.graalvm.org/reference-manual/js/";>https://www.graalvm.org/javascript/</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/vm-24.2.1/CHANGELOG.md";>org.graalvm.js:js-community's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 24.2.1</h2>
   <ul>
   <li>Made option <code>js.text-encoding</code> stable and allowed in 
<code>SandboxPolicy.CONSTRAINED</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8b086b096e32a1727c8c584b9e67181dfe343289";><code>8b086b0</code></a>
 release GraalVM 24.2.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b7a8f309c91fe9aef9c26c4824b81099f0f38046";><code>b7a8f30</code></a>
 [GR-63275] Backport to 24.2: Set CONSTRAINED sandbox policy for 
js.webassembl...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/69fc7bbd4adbacc8323c51b40632d5366504ca74";><code>69fc7bb</code></a>
 [GR-63339] Backport to 24.2: Make option js.text-encoding stable and allowed 
...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/10a8b0452211a59e6ee4b8c9c11a527cbb33b603";><code>10a8b04</code></a>
 Update changelog.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/622d321335a249882da7f4f857e9b2ae54df97bf";><code>622d321</code></a>
 Make option <code>js.text-encoding</code> stable and allowed in 
`SandboxPolicy.CONSTRAIN...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3eaed56bdf8b3717eece2cb0a87d74cee64bdd7b";><code>3eaed56</code></a>
 [GR-63245] Backport to 24.2:  Fix ClassCastException in super property 
access.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/1ee048b4574ddc2a42fd3af3337097568a2bf6b0";><code>1ee048b</code></a>
 Add regression tests (GR-62433, GR-63216).</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/f70d9a8be4616c497daefa1d68ebb93677c0730e";><code>f70d9a8</code></a>
 Mark arrow functions using <code>super</code> as also using 
<code>this</code>.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8c710f71de0f138dac17933856594ee32e0d7cb6";><code>8c710f7</code></a>
 set CONSTRAINED sandbox policy for js.webassembly option</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/900af298ad27ab125e457df770edf7461b92d892";><code>900af29</code></a>
 [GR-62383] Backport to 24.2: Compilation failure in ImportMetaNode.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-24.2.0...vm-24.2.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-core` from 1.14.5 to 1.14.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.14.6</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Gauge double registration warning for Kafka metrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5757";>#5757</a></li>
   <li>Log warning about &quot;function&quot; meter re-registration <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6070";>#6070</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/c3f3a809266bcf640537ecb1d68128ddc90d5640";><code>c3f3a80</code></a>
 Merge branch '1.13.x' into 1.14.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/fa523b1549ef38f44966c27ac921592196f09d3f";><code>fa523b1</code></a>
 Bump io.micrometer:context-propagation from 1.1.2 to 1.1.3 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6115";>#6115</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d5f3d348ef7e147f3cf59866ba217f1dc0d4901d";><code>d5f3d34</code></a>
 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6111";>#6111</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/9ebcde19324db5cbe2b347145bc250ea02c669ab";><code>9ebcde1</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.9 to 1.8.10 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6112";>#6112</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0ae9b47ecc16dfc3a0dd3d6b309b5e907ae197d0";><code>0ae9b47</code></a>
 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6107";>#6107</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d0e70fc69df111679b9ca0f83f3866da49b87a31";><code>d0e70fc</code></a>
 Merge branch '1.13.x' into 1.14.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/3b2270c885c27c3453b67631ccc2ac5be878ad6a";><code>3b2270c</code></a>
 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6096";>#6096</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f62f2eeea6aaf71a87703b759ad1e1afc80f0ceb";><code>f62f2ee</code></a>
 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6094";>#6094</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/53b9a3511a3e999b53a2408cf10f81fccca16bab";><code>53b9a35</code></a>
 Replace deprecated Project.task() (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6092";>#6092</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0ebdd7d5bbc1c0cb943e5cbd997a3147e3da125b";><code>0ebdd7d</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.8 to 1.8.9 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6091";>#6091</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.14.5...v1.14.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.5 to 1.14.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-registry-prometheus's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.14.6</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Gauge double registration warning for Kafka metrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5757";>#5757</a></li>
   <li>Log warning about &quot;function&quot; meter re-registration <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6070";>#6070</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/c3f3a809266bcf640537ecb1d68128ddc90d5640";><code>c3f3a80</code></a>
 Merge branch '1.13.x' into 1.14.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/fa523b1549ef38f44966c27ac921592196f09d3f";><code>fa523b1</code></a>
 Bump io.micrometer:context-propagation from 1.1.2 to 1.1.3 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6115";>#6115</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d5f3d348ef7e147f3cf59866ba217f1dc0d4901d";><code>d5f3d34</code></a>
 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6111";>#6111</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/9ebcde19324db5cbe2b347145bc250ea02c669ab";><code>9ebcde1</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.9 to 1.8.10 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6112";>#6112</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0ae9b47ecc16dfc3a0dd3d6b309b5e907ae197d0";><code>0ae9b47</code></a>
 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6107";>#6107</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d0e70fc69df111679b9ca0f83f3866da49b87a31";><code>d0e70fc</code></a>
 Merge branch '1.13.x' into 1.14.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/3b2270c885c27c3453b67631ccc2ac5be878ad6a";><code>3b2270c</code></a>
 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6096";>#6096</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f62f2eeea6aaf71a87703b759ad1e1afc80f0ceb";><code>f62f2ee</code></a>
 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6094";>#6094</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/53b9a3511a3e999b53a2408cf10f81fccca16bab";><code>53b9a35</code></a>
 Replace deprecated Project.task() (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6092";>#6092</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0ebdd7d5bbc1c0cb943e5cbd997a3147e3da125b";><code>0ebdd7d</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.8 to 1.8.9 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6091";>#6091</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.14.5...v1.14.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.5 to 1.14.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/micrometer-metrics/micrometer/releases";>io.micrometer:micrometer-registry-prometheus's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.14.6</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Gauge double registration warning for Kafka metrics <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5757";>#5757</a></li>
   <li>Log warning about &quot;function&quot; meter re-registration <a 
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/6070";>#6070</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/izeye";><code>@​izeye</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/c3f3a809266bcf640537ecb1d68128ddc90d5640";><code>c3f3a80</code></a>
 Merge branch '1.13.x' into 1.14.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/fa523b1549ef38f44966c27ac921592196f09d3f";><code>fa523b1</code></a>
 Bump io.micrometer:context-propagation from 1.1.2 to 1.1.3 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6115";>#6115</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d5f3d348ef7e147f3cf59866ba217f1dc0d4901d";><code>d5f3d34</code></a>
 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6111";>#6111</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/9ebcde19324db5cbe2b347145bc250ea02c669ab";><code>9ebcde1</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.9 to 1.8.10 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6112";>#6112</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0ae9b47ecc16dfc3a0dd3d6b309b5e907ae197d0";><code>0ae9b47</code></a>
 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6107";>#6107</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/d0e70fc69df111679b9ca0f83f3866da49b87a31";><code>d0e70fc</code></a>
 Merge branch '1.13.x' into 1.14.x</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/3b2270c885c27c3453b67631ccc2ac5be878ad6a";><code>3b2270c</code></a>
 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6096";>#6096</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/f62f2eeea6aaf71a87703b759ad1e1afc80f0ceb";><code>f62f2ee</code></a>
 Bump uk.org.webcompere:system-stubs-jupiter from 2.1.7 to 2.1.8 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6094";>#6094</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/53b9a3511a3e999b53a2408cf10f81fccca16bab";><code>53b9a35</code></a>
 Replace deprecated Project.task() (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6092";>#6092</a>)</li>
   <li><a 
href="https://github.com/micrometer-metrics/micrometer/commit/0ebdd7d5bbc1c0cb943e5cbd997a3147e3da125b";><code>0ebdd7d</code></a>
 Bump com.netflix.spectator:spectator-reg-atlas from 1.8.8 to 1.8.9 (<a 
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6091";>#6091</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micrometer-metrics/micrometer/compare/v1.14.5...v1.14.6";>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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to