dependabot[bot] opened a new pull request, #375: URL: https://github.com/apache/logging-log4j-samples/pull/375
Bumps the all group with 2 updates in the / directory: [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) and org.apache.logging.log4j:log4j-core. Bumps the all group with 6 updates in the /log4j-samples-graalvm directory: | Package | From | To | | --- | --- | --- | | [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) | `2.25.1` | `2.25.2` | | [org.assertj:assertj-bom](https://github.com/assertj/assertj) | `3.27.4` | `3.27.6` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.19` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.11.0` | `0.11.1` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.5.1` | `3.6.1` | Updates `org.apache.logging.log4j:log4j-bom` from 0.0.0-SNAPSHOT to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/logging-log4j2/releases">org.apache.logging.log4j:log4j-bom's releases</a>.</em></p> <blockquote> <h2>2.25.2</h2> <p>This patch release addresses certain minor issues detailed in the changelog.</p> <h3>Fixed</h3> <ul> <li>Fix potential memory leak involving <code>LogBuilder</code> in Log4j API to Logback bridge (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3819">#3819</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3824">#3824</a>)</li> <li>Prevent unnecessary warnings in <code>AbstractDriverManagerConnectionSource</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3828">#3828</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3831">#3831</a>)</li> <li>Fix missing newlines in default logging configuration for <code>log4j-core</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3835">#3835</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3851">#3851</a>)</li> <li>Fix missing default <code>Target</code> value in Console Appender (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3852">#3852</a>)</li> <li>Discard the sub-second part while obtaining the initial time (i.e., creation time) of a file in <code>RollingFileManager</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3068">#3068</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3872">#3872</a>)</li> <li>Fix Pattern Layout exception stack trace converters to no longer prepend newlines based on context (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3873">#3873</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3919">#3919</a>)</li> <li>Fix the <code>com.google.errorprone:error_prone_annotations</code> dependency whose version property gets erased due to flattening (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3785">#3785</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3822">#3822</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3905">#3905</a>)</li> <li>Fix detection of <code>Throwable</code> converters inside nested Pattern Layout patterns when applying <code>alwaysWriteExceptions</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3920">#3920</a>)</li> <li>Fix parsing and merging of literals in <code>InstantPatternDynamicFormatter</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3930">#3930</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3932">#3932</a>)</li> </ul> <h2>2.25.1</h2> <p>This patch release addresses a dozen bugs in version <code>2.25.0</code>, in particular:</p> <ul> <li>Resolves a concurrency issue in the new unified datetime formatter.</li> <li>Fixes build failures affecting Gradle users.</li> <li>Restores backward compatibility with Spring Boot’s common logging configuration.</li> <li>Improves handling of edge cases in GraalVM support.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix detection of the Disruptor major version in environments with non-standard thread context classloader. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3706">#3706</a>)</li> <li>Downgrade <code>spotbugs-annotations</code> to resolve Gradle build failures. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3754">#3754</a>)</li> <li>Fix incorrect version resolution of <code>jspecify</code> and <code>error_prone_annotations</code> dependencies in published POM files. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3758">#3758</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>)</li> <li>Restore compatibility with Spring Boot by allowing reconfiguration using the <code>LoggerContext.start</code> method. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3770">#3770</a>)</li> <li>Allow omission of the <code>-Alog4j.graalvm.groupId</code> and <code>-Alog4j.graalvm.artifactId</code> arguments when building Log4j plugins. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3771">#3771</a>)</li> <li>Broaden the OSGi manifest's <code>Import-Package</code> constraints to support Jakarta Servlet API up to version 6. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3787">#3787</a>)</li> <li>Enable the <code>resource:</code> protocol for configuration files by default when running on GraalVM. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3790">#3790</a>)</li> <li>Fix timestamp formatting concurrency issue, when <code>log4j2.enabledThreadlocals</code> is <code>true</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3792">#3792</a>)</li> <li>Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as <code>@Nullable String[]</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3796">#3796</a>)</li> <li>Resolve <code>PropertiesConfiguration</code> compatibility issues with GraalVM and address additional minor reflection-related problems. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3800">#3800</a>)</li> </ul> <h2>2.25.0</h2> <p>This minor release introduces bug fixes, behavior improvements, and complete support for GraalVM native image generation.</p> <h2>GraalVM Reachability Metadata</h2> <p>Log4j Core and all extension modules now include embedded<br /> <a href="https://www.graalvm.org/latest/reference-manual/native-image/metadata/">GraalVM reachability metadata</a>,<br /> enabling seamless generation of native images with GraalVM out of the box—no manual configuration required.<br /> For more information, refer to our <a href="https://github.com/apache/logging-log4j2/blob/HEAD/graalvm.adoc">GraalVM guide</a>.</p> <blockquote> <p>[!NOTE]<br /> When building third-party Log4j plugins, using the new <code>GraalVmProcessor</code><br /> introduced in version <code>2.25.0</code> will automatically generate the required reachability metadata for GraalVM native images.<br /> However, the processor will fail the build if the required <code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code> parameters are not provided.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/logging-log4j2/commits/rel/2.25.2">compare view</a></li> </ul> </details> <br /> Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-bom` from 2.25.1 to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/logging-log4j2/releases">org.apache.logging.log4j:log4j-bom's releases</a>.</em></p> <blockquote> <h2>2.25.2</h2> <p>This patch release addresses certain minor issues detailed in the changelog.</p> <h3>Fixed</h3> <ul> <li>Fix potential memory leak involving <code>LogBuilder</code> in Log4j API to Logback bridge (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3819">#3819</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3824">#3824</a>)</li> <li>Prevent unnecessary warnings in <code>AbstractDriverManagerConnectionSource</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3828">#3828</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3831">#3831</a>)</li> <li>Fix missing newlines in default logging configuration for <code>log4j-core</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3835">#3835</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3851">#3851</a>)</li> <li>Fix missing default <code>Target</code> value in Console Appender (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3852">#3852</a>)</li> <li>Discard the sub-second part while obtaining the initial time (i.e., creation time) of a file in <code>RollingFileManager</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3068">#3068</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3872">#3872</a>)</li> <li>Fix Pattern Layout exception stack trace converters to no longer prepend newlines based on context (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3873">#3873</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3919">#3919</a>)</li> <li>Fix the <code>com.google.errorprone:error_prone_annotations</code> dependency whose version property gets erased due to flattening (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3785">#3785</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3822">#3822</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3905">#3905</a>)</li> <li>Fix detection of <code>Throwable</code> converters inside nested Pattern Layout patterns when applying <code>alwaysWriteExceptions</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3920">#3920</a>)</li> <li>Fix parsing and merging of literals in <code>InstantPatternDynamicFormatter</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3930">#3930</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3932">#3932</a>)</li> </ul> <h2>2.25.1</h2> <p>This patch release addresses a dozen bugs in version <code>2.25.0</code>, in particular:</p> <ul> <li>Resolves a concurrency issue in the new unified datetime formatter.</li> <li>Fixes build failures affecting Gradle users.</li> <li>Restores backward compatibility with Spring Boot’s common logging configuration.</li> <li>Improves handling of edge cases in GraalVM support.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix detection of the Disruptor major version in environments with non-standard thread context classloader. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3706">#3706</a>)</li> <li>Downgrade <code>spotbugs-annotations</code> to resolve Gradle build failures. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3754">#3754</a>)</li> <li>Fix incorrect version resolution of <code>jspecify</code> and <code>error_prone_annotations</code> dependencies in published POM files. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3758">#3758</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>)</li> <li>Restore compatibility with Spring Boot by allowing reconfiguration using the <code>LoggerContext.start</code> method. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3770">#3770</a>)</li> <li>Allow omission of the <code>-Alog4j.graalvm.groupId</code> and <code>-Alog4j.graalvm.artifactId</code> arguments when building Log4j plugins. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3771">#3771</a>)</li> <li>Broaden the OSGi manifest's <code>Import-Package</code> constraints to support Jakarta Servlet API up to version 6. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3787">#3787</a>)</li> <li>Enable the <code>resource:</code> protocol for configuration files by default when running on GraalVM. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3790">#3790</a>)</li> <li>Fix timestamp formatting concurrency issue, when <code>log4j2.enabledThreadlocals</code> is <code>true</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3792">#3792</a>)</li> <li>Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as <code>@Nullable String[]</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3796">#3796</a>)</li> <li>Resolve <code>PropertiesConfiguration</code> compatibility issues with GraalVM and address additional minor reflection-related problems. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3800">#3800</a>)</li> </ul> <h2>2.25.0</h2> <p>This minor release introduces bug fixes, behavior improvements, and complete support for GraalVM native image generation.</p> <h2>GraalVM Reachability Metadata</h2> <p>Log4j Core and all extension modules now include embedded<br /> <a href="https://www.graalvm.org/latest/reference-manual/native-image/metadata/">GraalVM reachability metadata</a>,<br /> enabling seamless generation of native images with GraalVM out of the box—no manual configuration required.<br /> For more information, refer to our <a href="https://github.com/apache/logging-log4j2/blob/HEAD/graalvm.adoc">GraalVM guide</a>.</p> <blockquote> <p>[!NOTE]<br /> When building third-party Log4j plugins, using the new <code>GraalVmProcessor</code><br /> introduced in version <code>2.25.0</code> will automatically generate the required reachability metadata for GraalVM native images.<br /> However, the processor will fail the build if the required <code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code> parameters are not provided.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/logging-log4j2/commits/rel/2.25.2">compare view</a></li> </ul> </details> <br /> Updates `org.assertj:assertj-bom` from 3.27.4 to 3.27.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/assertj/assertj/releases">org.assertj:assertj-bom's releases</a>.</em></p> <blockquote> <h2>v3.27.6</h2> <h2>:bug: Bug Fixes</h2> <h3>Core</h3> <ul> <li>Add missing export for <code>org.assertj.core.annotation</code> <a href="https://redirect.github.com/assertj/assertj/issues/3951">#3951</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thanks to all the contributors who worked on this release:</p> <p><a href="https://github.com/duponter"><code>@duponter</code></a></p> <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/716b1e0a6a372890cd4b3495b954f57755e99471"><code>716b1e0</code></a> [maven-release-plugin] prepare release assertj-build-3.27.6</li> <li><a href="https://github.com/assertj/assertj/commit/e1896529a38377dfb6eaa199ecb33c79b2a58591"><code>e189652</code></a> Add missing export for <code>org.assertj.core.annotation</code> (<a href="https://redirect.github.com/assertj/assertj/issues/3951">#3951</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/0cb489e99980dd384135d06a0967bd3ce712b219"><code>0cb489e</code></a> Update Maven Central URL</li> <li><a href="https://github.com/assertj/assertj/commit/72863098a2c7194b1acef0a8ed0f4c564e422c3d"><code>7286309</code></a> [maven-release-plugin] prepare for next development iteration</li> <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>Additional commits viewable in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.6">compare view</a></li> </ul> </details> <br /> Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit:junit-bom's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0</p> <p>See <a href="https://docs.junit.org/6.0.0/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/2897robo"><code>@2897robo</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4525">junit-team/junit-framework#4525</a></li> <li><a href="https://github.com/strangelookingnerd"><code>@strangelookingnerd</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4683">junit-team/junit-framework#4683</a></li> <li><a href="https://github.com/eric6iese"><code>@eric6iese</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4717">junit-team/junit-framework#4717</a></li> <li><a href="https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> <li><a href="https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0">https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0</a></p> <p>JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3</p> <p>See <a href="https://docs.junit.org/6.0.0-RC3/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mehulimukherjee"><code>@mehulimukherjee</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4913">junit-team/junit-framework#4913</a></li> <li><a href="https://github.com/lslonina"><code>@lslonina</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4629">junit-team/junit-framework#4629</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3</a></p> <p>JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2</p> <p>See <a href="https://docs.junit.org/6.0.0-RC2/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2">https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2</a></p> <p>JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1</p> <p>See <a href="https://docs.junit.org/6.0.0-RC1/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/raccoonback"><code>@raccoonback</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4822">junit-team/junit-framework#4822</a></li> <li><a href="https://github.com/currenjin"><code>@currenjin</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4823">junit-team/junit-framework#4823</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1">https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1</a></p> <p>JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2</p> <p>See <a href="https://docs.junit.org/6.0.0-M2/release-notes/">Release Notes</a>.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eric6iese"><code>@eric6iese</code></a> made their first contribution in <a href="https://redirect.github.com/junit-team/junit-framework/pull/4717">junit-team/junit-framework#4717</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.0-M1...r6.0.0-M2">https://github.com/junit-team/junit-framework/compare/r6.0.0-M1...r6.0.0-M2</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/4f7959463a5bc1fc6a1150aefcbf1ff42927a18e"><code>4f79594</code></a> Release 6.0.0</li> <li><a href="https://github.com/junit-team/junit-framework/commit/55af30a7ffca8fd64a9c9e38958407285d23ffe0"><code>55af30a</code></a> Revert "Use <code>develop/6.x</code> branch for junit-examples during release build"</li> <li><a href="https://github.com/junit-team/junit-framework/commit/df3cfdd52554cb71111a3fa48bff0b5518072f87"><code>df3cfdd</code></a> Release 5.14.0</li> <li><a href="https://github.com/junit-team/junit-framework/commit/fcb84a25bc12e20a5330f3d46dd1cb5cbf2a4905"><code>fcb84a2</code></a> Disable backward compatibility check when offline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/c9c8344ce55a7a77c9fa8848db21c279473ec22d"><code>c9c8344</code></a> Prune 5.14.0 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/03d8a725f07b484c070dd459aa8fd642222f06ee"><code>03d8a72</code></a> Update broken link to using API Gaurdian with bndtools</li> <li><a href="https://github.com/junit-team/junit-framework/commit/3a0b29b46c05ac11b2e7cac1a1535276c465b0ad"><code>3a0b29b</code></a> Use temporary JUnit 6 logo</li> <li><a href="https://github.com/junit-team/junit-framework/commit/6603caa17823bd632436e040ace1507404c2c4c3"><code>6603caa</code></a> Rename <code>eclipseClasspath</code> to <code>eclipseConventions</code> to avoid confusion</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ab3470b8ad05e71e0dfa26cc3c4f5e5d2583ee74"><code>ab3470b</code></a> Make sealed <code>MediaType</code> work in Eclipse</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a8cd41e5164030dd815a75d1d513df8fa846fac0"><code>a8cd41e</code></a> Remove annotations not visible in Eclipse</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.logging.log4j:log4j-bom` from 2.25.1 to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/logging-log4j2/releases">org.apache.logging.log4j:log4j-bom's releases</a>.</em></p> <blockquote> <h2>2.25.2</h2> <p>This patch release addresses certain minor issues detailed in the changelog.</p> <h3>Fixed</h3> <ul> <li>Fix potential memory leak involving <code>LogBuilder</code> in Log4j API to Logback bridge (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3819">#3819</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3824">#3824</a>)</li> <li>Prevent unnecessary warnings in <code>AbstractDriverManagerConnectionSource</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3828">#3828</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3831">#3831</a>)</li> <li>Fix missing newlines in default logging configuration for <code>log4j-core</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3835">#3835</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3851">#3851</a>)</li> <li>Fix missing default <code>Target</code> value in Console Appender (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3852">#3852</a>)</li> <li>Discard the sub-second part while obtaining the initial time (i.e., creation time) of a file in <code>RollingFileManager</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3068">#3068</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3872">#3872</a>)</li> <li>Fix Pattern Layout exception stack trace converters to no longer prepend newlines based on context (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3873">#3873</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3919">#3919</a>)</li> <li>Fix the <code>com.google.errorprone:error_prone_annotations</code> dependency whose version property gets erased due to flattening (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3785">#3785</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3822">#3822</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3905">#3905</a>)</li> <li>Fix detection of <code>Throwable</code> converters inside nested Pattern Layout patterns when applying <code>alwaysWriteExceptions</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3920">#3920</a>)</li> <li>Fix parsing and merging of literals in <code>InstantPatternDynamicFormatter</code> (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3930">#3930</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3932">#3932</a>)</li> </ul> <h2>2.25.1</h2> <p>This patch release addresses a dozen bugs in version <code>2.25.0</code>, in particular:</p> <ul> <li>Resolves a concurrency issue in the new unified datetime formatter.</li> <li>Fixes build failures affecting Gradle users.</li> <li>Restores backward compatibility with Spring Boot’s common logging configuration.</li> <li>Improves handling of edge cases in GraalVM support.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix detection of the Disruptor major version in environments with non-standard thread context classloader. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3706">#3706</a>)</li> <li>Downgrade <code>spotbugs-annotations</code> to resolve Gradle build failures. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3754">#3754</a>)</li> <li>Fix incorrect version resolution of <code>jspecify</code> and <code>error_prone_annotations</code> dependencies in published POM files. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3758">#3758</a>, <a href="https://redirect.github.com/apache/logging-log4j2/issues/3779">#3779</a>)</li> <li>Restore compatibility with Spring Boot by allowing reconfiguration using the <code>LoggerContext.start</code> method. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3770">#3770</a>)</li> <li>Allow omission of the <code>-Alog4j.graalvm.groupId</code> and <code>-Alog4j.graalvm.artifactId</code> arguments when building Log4j plugins. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3771">#3771</a>)</li> <li>Broaden the OSGi manifest's <code>Import-Package</code> constraints to support Jakarta Servlet API up to version 6. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3787">#3787</a>)</li> <li>Enable the <code>resource:</code> protocol for configuration files by default when running on GraalVM. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3790">#3790</a>)</li> <li>Fix timestamp formatting concurrency issue, when <code>log4j2.enabledThreadlocals</code> is <code>true</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3792">#3792</a>)</li> <li>Fix GraalVM reachability metadata generation for methods with annotated array type parameters, such as <code>@Nullable String[]</code>. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3796">#3796</a>)</li> <li>Resolve <code>PropertiesConfiguration</code> compatibility issues with GraalVM and address additional minor reflection-related problems. (<a href="https://redirect.github.com/apache/logging-log4j2/issues/3800">#3800</a>)</li> </ul> <h2>2.25.0</h2> <p>This minor release introduces bug fixes, behavior improvements, and complete support for GraalVM native image generation.</p> <h2>GraalVM Reachability Metadata</h2> <p>Log4j Core and all extension modules now include embedded<br /> <a href="https://www.graalvm.org/latest/reference-manual/native-image/metadata/">GraalVM reachability metadata</a>,<br /> enabling seamless generation of native images with GraalVM out of the box—no manual configuration required.<br /> For more information, refer to our <a href="https://github.com/apache/logging-log4j2/blob/HEAD/graalvm.adoc">GraalVM guide</a>.</p> <blockquote> <p>[!NOTE]<br /> When building third-party Log4j plugins, using the new <code>GraalVmProcessor</code><br /> introduced in version <code>2.25.0</code> will automatically generate the required reachability metadata for GraalVM native images.<br /> However, the processor will fail the build if the required <code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code> parameters are not provided.</p> </blockquote> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/logging-log4j2/commits/rel/2.25.2">compare view</a></li> </ul> </details> <br /> Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-classic's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.19</h2> <p><strong>2025-09-30 Release of logback version 1.5.19</strong></p> <p>• Disallow "new" operator in the <code>condition</code> attribute of <<code>if</code>> elements. This fixes an ACE vulnerability recorded as <a href="https://www.cve.org/cverecord?id=CVE-2025-11226">CVE-2025-11226</a>.</p> <p>• At initialization time, slightly better reporting about watched configuration files.</p> <p>• Softer message regarding usage of ConsoleAppender and its potential impact on performance.</p> <p>• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant <a href="https://redirect.github.com/qos-ch/logback/pull/971">PR</a>.</p> <p>• A bit-wise identical binary of this version can be reproduced by building from <a href="https://github.com/qos-ch/logback">source code</a> at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/e572d4f87f06674788eb3ca7148e8d1dffc615fa"><code>e572d4f</code></a> skip deployment of blackbox and example modules, published as version 1.5.9</li> <li><a href="https://github.com/qos-ch/logback/commit/4adae8bdcdcf018bb29e51387175412bd9c6d546"><code>4adae8b</code></a> add plugin for Maven Central deployment</li> <li><a href="https://github.com/qos-ch/logback/commit/ee70cf4cd99774ea5fe1f7e2d928061126e45eeb"><code>ee70cf4</code></a> prepare release 1.5.19</li> <li><a href="https://github.com/qos-ch/logback/commit/20802cff1dc1ba3bd73b9d7a93102f3b6fd16e2a"><code>20802cf</code></a> mindor javadoc changes</li> <li><a href="https://github.com/qos-ch/logback/commit/81160699fcecbefdecf79ea44c0f7f2877d9eb8d"><code>8116069</code></a> comment out code in COWArrayListConcurrencyTest to make IDE happy</li> <li><a href="https://github.com/qos-ch/logback/commit/7f653409c95e40efd79b2b1bbeefde6dd649ceab"><code>7f65340</code></a> minor changes</li> <li><a href="https://github.com/qos-ch/logback/commit/8d2262d3c5227f209905ac1705a3333ebd8a33c8"><code>8d2262d</code></a> soften warning on using ConsoleAppender</li> <li><a href="https://github.com/qos-ch/logback/commit/c76fed3c01f389e4c18db914bcba1e72bccc2d1e"><code>c76fed3</code></a> ViewStatusMessagesServlet requires method POST for button 'Clear' (<a href="https://redirect.github.com/qos-ch/logback/issues/971">#971</a>)</li> <li><a href="https://github.com/qos-ch/logback/commit/61f6a2544f36b3016e0efd434ee21f19269f1df7"><code>61f6a25</code></a> disallow new in if condition attribute in config files</li> <li><a href="https://github.com/qos-ch/logback/commit/a07cfd53e4a3122dc83c4ad36b96f6f6fc78375c"><code>a07cfd5</code></a> logback-core: fix spelling errors (<a href="https://redirect.github.com/qos-ch/logback/issues/956">#956</a>)</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.19">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.0 to 0.11.1 <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>0.11.1</h2> <h2>What's Changed</h2> <ul> <li>Create release 0.11.0 by <a href="https://github.com/brahimhaddou"><code>@brahimhaddou</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/746">graalvm/native-build-tools#746</a></li> <li>bump version to 0.11.1 SNAPSHOT by <a href="https://github.com/brahimhaddou"><code>@brahimhaddou</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/749">graalvm/native-build-tools#749</a></li> <li>[GR-68095] Change links in the Native Build Tools Gradle page by <a href="https://github.com/ban-mi"><code>@ban-mi</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/753">graalvm/native-build-tools#753</a></li> <li>Group annotations by dependency and print a warning if the dependency is missing by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/752">graalvm/native-build-tools#752</a></li> <li>Fix configuration cache compatibility in generating excluded args by <a href="https://github.com/bacecek"><code>@bacecek</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/763">graalvm/native-build-tools#763</a></li> <li>Remove the default Maven phase bound to the <code>metadata-copy</code> Maven goal to simplify the use of integration tests by <a href="https://github.com/linghengqian"><code>@linghengqian</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/748">graalvm/native-build-tools#748</a></li> <li>Prepare SBOM integration for GraalVM 25 by <a href="https://github.com/rudsberg"><code>@rudsberg</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/759">graalvm/native-build-tools#759</a></li> <li>Add testing of Gradle 9 by <a href="https://github.com/melix"><code>@melix</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/766">graalvm/native-build-tools#766</a></li> <li>supporting jdk toolchain configuration by <a href="https://github.com/SergeDemoulinGebit"><code>@SergeDemoulinGebit</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/622">graalvm/native-build-tools#622</a></li> <li>Move JUnit tests to get started by <a href="https://github.com/ban-mi"><code>@ban-mi</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/767">graalvm/native-build-tools#767</a></li> <li>Disable layered images test temporarily because of a problem on GralVM side by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/772">graalvm/native-build-tools#772</a></li> <li>Add new JUnit 5.14/6.0 types to initialize-at-build-time classes by <a href="https://github.com/marcphilipp"><code>@marcphilipp</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/771">graalvm/native-build-tools#771</a></li> <li>Prepare repository for release <code>0.11.1</code> by <a href="https://github.com/dnestoro"><code>@dnestoro</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/770">graalvm/native-build-tools#770</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ban-mi"><code>@ban-mi</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/753">graalvm/native-build-tools#753</a></li> <li><a href="https://github.com/bacecek"><code>@bacecek</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/763">graalvm/native-build-tools#763</a></li> <li><a href="https://github.com/SergeDemoulinGebit"><code>@SergeDemoulinGebit</code></a> made their first contribution in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/622">graalvm/native-build-tools#622</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.11.0...0.11.1">https://github.com/graalvm/native-build-tools/compare/0.11.0...0.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/65456319db1a15b6bf57e2fb143447b2f7839483"><code>6545631</code></a> Create release 0.11.1</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/359acfb65ac4b6f643f70bae02309c118ec3a997"><code>359acfb</code></a> Update licenses to pass style check</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/7327427efef854906661e67d13160aceba1829dc"><code>7327427</code></a> Add changelog entries</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/73d17cc1a7f10dc5f12c0f0dc488f59183324128"><code>73d17cc</code></a> Update Reachability metadata version</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/eb5276402d58e85713a9872754625743c6ce43fa"><code>eb52764</code></a> Add new JUnit 5.14/6.0 types to initialize-at-build-time classes</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/f94e6d602d1439d3f31b95d9c03fc07c0caf1b98"><code>f94e6d6</code></a> Disable layered images test temporarily because of a problem on GraalVM side</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/200e23cd6afb06d9c42d16fbf4ef8e15be8eb3b6"><code>200e23c</code></a> Update docs/src/docs/asciidoc/end-to-end-gradle-guide.adoc</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/079f06dde17061c87c77de6a02be09da053ce983"><code>079f06d</code></a> Move JUnit tests to get started</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/50d8fbbdad7d104757528250ac112f153d3bc622"><code>50d8fbb</code></a> supporting jdk toolchain configuration</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/77b4cfb262d13b800c5b07fe7b1d7f62bfb0bd9f"><code>77b4cfb</code></a> Add testing of Gradle 9</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/native-build-tools/compare/0.11.0...0.11.1">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.1 to 3.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mojohaus/exec-maven-plugin/releases">org.codehaus.mojo:exec-maven-plugin's releases</a>.</em></p> <blockquote> <h2>3.6.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li>Revert change from <a href="https://redirect.github.com/mojohaus/exec-maven-plugin/issues/480">#480</a> - plugin dependencies must be resolved from plugin repositories (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/496">#496</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mojo-parent from 93 to 94 (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/495">#495</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>3.6.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>[ExecMojo]Add <code>getShebang</code> method to correctly set the command line executable name (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/487">#487</a>) <a href="https://github.com/uchenily"><code>@uchenily</code></a></li> <li>JEP 512 Support (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/484">#484</a>) <a href="https://github.com/cayhorstmann"><code>@cayhorstmann</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix inheritIo option (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/488">#488</a>) <a href="https://github.com/dernasherbrezon"><code>@dernasherbrezon</code></a></li> <li>Fix for <a href="https://redirect.github.com/mojohaus/exec-maven-plugin/issues/479">#479</a> - Wrong repositories used to collect deps (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/480">#480</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Use JSR-330 for component injection (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/493">#493</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Re-run failed tests (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/491">#491</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Restore default matrix build (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/486">#486</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/492">#492</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Bump org.codehaus.mojo:mojo-parent from 92 to 93 (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/483">#483</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 91 to 92 (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/478">#478</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 90 to 91 (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/477">#477</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mojo-parent from 89 to 90 (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/476">#476</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/mojohaus/exec-maven-plugin/commit/53087eb0a068778262432ba2a6328e9d625326ae"><code>53087eb</code></a> [maven-release-plugin] prepare release 3.6.1</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/02e72e2fc07706eef21350c6f3f8ca5e04acf27a"><code>02e72e2</code></a> Revert change from <a href="https://redirect.github.com/mojohaus/exec-maven-plugin/issues/480">#480</a> - plugin dependencies must be resolved from plugin re...</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/18a21ea22be0881d3bff12c5b785d6fdb29da232"><code>18a21ea</code></a> Bump org.codehaus.mojo:mojo-parent from 93 to 94</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/3b6b9c59ee078bd95611e36dcce11021c22c6b81"><code>3b6b9c5</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/febfc6fea75809827ebe6242095fa61e91d0cbd4"><code>febfc6f</code></a> [maven-release-plugin] prepare release 3.6.0</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/ed190860914bb7d9be5695699d16ba9a66f5b6dc"><code>ed19086</code></a> fix inheritIo option (<a href="https://redirect.github.com/mojohaus/exec-maven-plugin/issues/488">#488</a>)</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/a4297c6ec650f4d14923843c67d283a35a02cda6"><code>a4297c6</code></a> Use JSR-330 for component injection</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/5d90977ec1c97e8be56bec3820094c010b855ba3"><code>5d90977</code></a> Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/b55f90695b1d916e2985de3ee1ee9f57b5361317"><code>b55f906</code></a> Re-run failed tests</li> <li><a href="https://github.com/mojohaus/exec-maven-plugin/commit/664d7889c13c66dfeec8e1e3a5a3176641328f56"><code>664d788</code></a> [ExecMojo]Add <code>getShebang</code> method to correctly set the command line executabl...</li> <li>Additional commits viewable in <a href="https://github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.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> -- 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]
