Skip to content

Commit 2b94835

Browse files
committed
Updates junit versions to 5.12.1
1 parent 7798c09 commit 2b94835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/spring-cloud-contract-docker/project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
}
115115

116116
contractTest {
117-
useJUnitPlatform()
117+
useJUnitPlatform("5.12.1")
118118
if (getProp(envVars, "MESSAGING_TYPE") != "") {
119119
systemProperty("spring.profiles.active", "messagingtype")
120120
} else if (getProp(envVars, "STANDALONE_PROTOCOL") != "") {

docker/spring-cloud-contract-docker/project/buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77

88
ext {
99
roasterVersion = "2.22.3.Final"
10-
junit5Version = "5.6.2"
10+
junit5Version = "5.12.1"
1111
}
1212

1313
dependencies {
@@ -16,5 +16,5 @@ dependencies {
1616
}
1717

1818
test {
19-
useJUnitPlatform()
19+
useJUnitPlatform("5.12.1")
2020
}

spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ task libtest() {
101101
}
102102

103103
test {
104-
useJUnitPlatform()
104+
useJUnitPlatform("5.12.1")
105105
testLogging {
106106
exceptionFormat = 'full'
107107
}

0 commit comments

Comments
 (0)