Skip to content

Commit ba8d368

Browse files
Bump org.junit.jupiter:junit-jupiter from 6.1.0 to 6.1.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f8434e commit ba8d368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
testImplementation("org.spockframework:spock-core:2.4-M6-groovy-3.0")
6666
}
6767
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
68-
testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")
68+
testImplementation("org.junit.jupiter:junit-jupiter:6.1.1")
6969
testImplementation("org.testcontainers:spock:1.21.4") {
7070
exclude("org.apache.commons", "commons-compress")
7171
}

0 commit comments

Comments
 (0)