File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
docker/spring-cloud-contract-docker/project
spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ dependencies {
115115
116116contractTest {
117117 useJUnitPlatform {
118- version = " 5.12 .1"
118+ version = " 5.13 .1"
119119 }
120120 if (getProp(envVars, " MESSAGING_TYPE" ) != " " ) {
121121 systemProperty(" spring.profiles.active" , " messagingtype" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77
88ext {
99 roasterVersion = " 2.22.3.Final"
10- junit5Version = " 5.12 .1"
10+ junit5Version = " 5.13 .1"
1111}
1212
1313dependencies {
@@ -17,6 +17,6 @@ dependencies {
1717
1818test {
1919 useJUnitPlatform {
20- version = " 5.12 .1"
20+ version = " 5.13 .1"
2121 }
2222}
Original file line number Diff line number Diff line change 4646 <slf4j .version>[2.0.0,)</slf4j .version>
4747 <thin-jar .version>1.0.30.RELEASE</thin-jar .version>
4848
49- <junit-vintage .version>5.12 .1</junit-vintage .version>
50- <junit-jupiter .version>5.12 .1</junit-jupiter .version>
49+ <junit-vintage .version>5.13 .1</junit-vintage .version>
50+ <junit-jupiter .version>5.13 .1</junit-jupiter .version>
5151 <gmavenplus-plugin .version>1.13.0</gmavenplus-plugin .version>
5252 <maven-surefire-plugin .version>3.5.3</maven-surefire-plugin .version> <!-- @releaser:version-check-off -->
5353 <awaitility .version>4.2.0</awaitility .version>
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ dependencies {
7878 testImplementation " org.springframework.boot:spring-boot-starter-test"
7979 testImplementation localGroovy()
8080 testImplementation gradleTestKit()
81- testImplementation(platform(' org.junit:junit-bom:5.12 .1' ))
81+ testImplementation(platform(' org.junit:junit-bom:5.13 .1' ))
8282 testImplementation(' org.junit.jupiter:junit-jupiter' )
8383 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
8484}
You can’t perform that action at this time.
0 commit comments