Skip to content

Commit 7c5db5f

Browse files
Bump junit-jupiter.version from 5.12.2 to 5.12.2
Bumps `junit-jupiter.version` from 5.12.2 to 5.12.2. Updates `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.2 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.12.2) Updates `org.junit:junit-bom` from 5.12.0 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...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 6106004 commit 7c5db5f

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/it-spring-boot-smoke-test

1 file changed

+1
-1
lines changed

integration-tests/it-spring-boot-smoke-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</description>
2323
<properties>
2424
<java.version>17</java.version>
25-
<junit-jupiter.version>5.12.0</junit-jupiter.version>
25+
<junit-jupiter.version>5.12.2</junit-jupiter.version>
2626
</properties>
2727

2828
<dependencyManagement>

0 commit comments

Comments
 (0)