Skip to content

Commit 95e208b

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a05ace commit 95e208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
implementation "org.jetbrains.kotlin:kotlin-stdlib"
14-
implementation 'org.junit.jupiter:junit-jupiter:5.11.4'
14+
implementation 'org.junit.jupiter:junit-jupiter:5.12.1'
1515
testImplementation("com.approvaltests:approvaltests:24.19.0")
1616
testImplementation("com.google.code.gson:gson:2.12.1")
1717
}

0 commit comments

Comments
 (0)