Skip to content

Commit b446650

Browse files
Bump org.junit.platform:junit-platform-testkit in /modules/spock
Bumps [org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit-framework) from 1.13.3 to 1.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-testkit dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00a8133 commit b446650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/spock/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies {
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
20-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
21-
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
21+
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.4'
2222

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

0 commit comments

Comments
 (0)