Skip to content

Commit 8f774af

Browse files
dependabot[bot]alien11689
authored andcommitted
Bump junit5.version from 5.11.4 to 5.12.0
Bumps `junit5.version` from 5.11.4 to 5.12.0. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40c6769 commit 8f774af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<main.class>dpr.aoc2024.All</main.class>
2121
<native-maven-plugin.version>0.10.5</native-maven-plugin.version>
2222
<imageName>AOC${project.artifactId}</imageName>
23-
<junit5.version>5.11.4</junit5.version>
23+
<junit5.version>5.12.0</junit5.version>
2424
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
2525
</properties>
2626

0 commit comments

Comments
 (0)