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 9981d27 Bump the all group across 1 directory with 2 updates (#332)
9981d27 is described below
commit 9981d279884e3e5888618d9ab6de81fe43c29605
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 09:42:22 2025 +0200
Bump the all group across 1 directory with 2 updates (#332)
Bumps the all group with 2 updates in the /log4j-samples-graalvm directory:
[org.junit:junit-bom](https://github.com/junit-team/junit5) and
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin).
Updates `org.junit:junit-bom` from 5.12.2 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0)
Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.5.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index 4689847..98e494c 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -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.12.2</junit.version>
+ <junit.version>5.13.0</junit.version>
<logback.version>1.5.18</logback.version>
<slf4j.version>2.0.17</slf4j.version>
@@ -327,7 +327,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1</version>
<executions>
<execution>
<id>run-executable</id>