Skip to content

Commit 500e53b

Browse files
Bump junit-jupiter.version from 5.12.1 to 5.12.2
Bumps `junit-jupiter.version` from 5.12.1 to 5.12.2. Updates `org.junit.jupiter:junit-jupiter` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) Updates `org.junit:junit-bom` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.2 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96e552d commit 500e53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<automatic.module.name>--module-name-need-to-be-overriden--</automatic.module.name>
2121
<guava.version>33.4.7-jre</guava.version>
22-
<junit-jupiter.version>5.12.1</junit-jupiter.version>
22+
<junit-jupiter.version>5.12.2</junit-jupiter.version>
2323
<otel.instrumentation.version>2.15.0-alpha</otel.instrumentation.version>
2424
<java.version>8</java.version>
2525
<jacoco.line-coverage>0.70</jacoco.line-coverage>

0 commit comments

Comments
 (0)