Skip to content

Commit d92d16b

Browse files
Bump org.junit:junit-bom from 5.10.2 to 5.13.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05b6004 commit d92d16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation "ch.qos.logback:logback-core:1.5.6"
2222
implementation "ch.qos.logback:logback-classic:1.5.6"
2323

24-
testImplementation platform("org.junit:junit-bom:5.10.2")
24+
testImplementation platform("org.junit:junit-bom:5.13.0")
2525
testImplementation "org.junit.jupiter:junit-jupiter"
2626
testImplementation "org.assertj:assertj-core:3.25.3"
2727
testImplementation "com.approvaltests:approvaltests:24.9.0"

0 commit comments

Comments
 (0)