This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new f7c3e71  Bump the all group across 1 directory with 3 updates (#353)
f7c3e71 is described below

commit f7c3e71a8d731e443d6e6a163d53ab2eafa34ef0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 4 08:21:16 2025 +0200

    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](https://github.com/junit-team/junit-framework/compare/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](https://github.com/apache/logging-log4j2/compare/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>
---
 log4j-samples-graalvm/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index 378806e..8cf508a 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -36,7 +36,7 @@
       ~ Set to latest stable 2.x release for users.
       ~ Our workflows override this.
       -->
-    <log4j.version>2.25.0</log4j.version>
+    <log4j.version>2.25.1</log4j.version>
 
     <!-- Some samples require JDK 9+ -->
     <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
@@ -62,7 +62,7 @@
     <assertj.version>3.27.3</assertj.version>
     <json-org.version>20250517</json-org.version>
     <json-unit.version>4.1.1</json-unit.version>
-    <junit.version>5.13.2</junit.version>
+    <junit.version>5.13.4</junit.version>
     <logback.version>1.5.18</logback.version>
     <slf4j.version>2.0.17</slf4j.version>
 
@@ -274,7 +274,7 @@
       <plugin>
         <groupId>org.graalvm.buildtools</groupId>
         <artifactId>native-maven-plugin</artifactId>
-        <version>0.10.6</version>
+        <version>0.11.0</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -432,7 +432,7 @@
           <plugin>
             <groupId>org.graalvm.buildtools</groupId>
             <artifactId>native-maven-plugin</artifactId>
-            <version>0.10.6</version>
+            <version>0.11.0</version>
             <extensions>true</extensions>
             <executions>
               <execution>
@@ -527,7 +527,7 @@
           <plugin>
             <groupId>org.graalvm.buildtools</groupId>
             <artifactId>native-maven-plugin</artifactId>
-            <version>0.10.6</version>
+            <version>0.11.0</version>
             <extensions>true</extensions>
             <executions>
               <execution>

Reply via email to