Skip to content

Commit cda16c2

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.3
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.12.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ee210d commit cda16c2

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
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
20+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
2121
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2222
testImplementation('org.mockito:mockito-core:5.17.0')
2323
}

0 commit comments

Comments
 (0)