Skip to content

Commit f7c3e71

Browse files
Bump the all group across 1 directory with 3 updates (#353)
Bumps the all group with 3 updates in the /log4j-samples-graalvm directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `org.junit:junit-bom` from 5.13.2 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) Updates `org.apache.logging.log4j:log4j-bom` from 2.25.0 to 2.25.1 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](apache/logging-log4j2@rel/2.25.0...rel/2.25.1) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.10.6 to 0.11.0 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c6cb75 commit f7c3e71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

log4j-samples-graalvm/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
~ Set to latest stable 2.x release for users.
3737
~ Our workflows override this.
3838
-->
39-
<log4j.version>2.25.0</log4j.version>
39+
<log4j.version>2.25.1</log4j.version>
4040

4141
<!-- Some samples require JDK 9+ -->
4242
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
@@ -62,7 +62,7 @@
6262
<assertj.version>3.27.3</assertj.version>
6363
<json-org.version>20250517</json-org.version>
6464
<json-unit.version>4.1.1</json-unit.version>
65-
<junit.version>5.13.2</junit.version>
65+
<junit.version>5.13.4</junit.version>
6666
<logback.version>1.5.18</logback.version>
6767
<slf4j.version>2.0.17</slf4j.version>
6868

@@ -274,7 +274,7 @@
274274
<plugin>
275275
<groupId>org.graalvm.buildtools</groupId>
276276
<artifactId>native-maven-plugin</artifactId>
277-
<version>0.10.6</version>
277+
<version>0.11.0</version>
278278
<extensions>true</extensions>
279279
<executions>
280280
<execution>
@@ -432,7 +432,7 @@
432432
<plugin>
433433
<groupId>org.graalvm.buildtools</groupId>
434434
<artifactId>native-maven-plugin</artifactId>
435-
<version>0.10.6</version>
435+
<version>0.11.0</version>
436436
<extensions>true</extensions>
437437
<executions>
438438
<execution>
@@ -527,7 +527,7 @@
527527
<plugin>
528528
<groupId>org.graalvm.buildtools</groupId>
529529
<artifactId>native-maven-plugin</artifactId>
530-
<version>0.10.6</version>
530+
<version>0.11.0</version>
531531
<extensions>true</extensions>
532532
<executions>
533533
<execution>

0 commit comments

Comments
 (0)