Skip to content

Commit 9981d27

Browse files
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](junit-team/junit-framework@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](mojohaus/exec-maven-plugin@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>
1 parent adff1da commit 9981d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log4j-samples-graalvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.2</junit.version>
65+
<junit.version>5.13.0</junit.version>
6666
<logback.version>1.5.18</logback.version>
6767
<slf4j.version>2.0.17</slf4j.version>
6868

@@ -327,7 +327,7 @@
327327
<plugin>
328328
<groupId>org.codehaus.mojo</groupId>
329329
<artifactId>exec-maven-plugin</artifactId>
330-
<version>3.5.0</version>
330+
<version>3.5.1</version>
331331
<executions>
332332
<execution>
333333
<id>run-executable</id>

0 commit comments

Comments
 (0)