Skip to content

Commit 90e79e2

Browse files
dependabot[bot]remkop
authored andcommitted
Bump junit5Version from 5.9.2 to 5.9.3
Bumps `junit5Version` from 5.9.2 to 5.9.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.2...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edd4c60 commit 90e79e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
2828
springBootVersion = "2.7.10" // Spring Boot 3.0 requires Java 17 as a minimum version
2929
systemRulesVersion = "1.19.0"
3030
systemLambdaVersion = '1.2.1'
31-
junit5Version = '5.9.2'
31+
junit5Version = '5.9.3'
3232

3333
supportDependencies = [
3434
junit : "junit:junit:$junitVersion",

0 commit comments

Comments
 (0)