Skip to content

Commit 5368ea6

Browse files
Bump org.junit.platform:junit-platform-testkit in /modules/spock
Bumps [org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit5) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-testkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 576e65a commit 5368ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
21-
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.11.0'
21+
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.12.0'
2222

2323
testCompileOnly 'org.jetbrains:annotations:24.1.0'
2424
}

0 commit comments

Comments
 (0)