File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ dependencies {
8787 implementation(" org.apache.commons:commons-lang3:3.19.0" )
8888
8989 // Testing
90- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.14 .0" )
91- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.14 .0" )
90+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0 .0" )
91+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0 .0" )
9292 testImplementation(" org.testcontainers:testcontainers:1.21.3" )
9393 testImplementation(" net.java.dev.jna:jna:5.18.1" )
9494 testImplementation(" com.google.truth:truth:1.4.5" ) {
@@ -107,7 +107,7 @@ dependencies {
107107 testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
108108
109109 // For testing runtime
110- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.14 .0" )
110+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:6.0 .0" )
111111
112112 // For Spanner mock server testing
113113 testImplementation(group : ' com.google.cloud' , name : ' google-cloud-spanner' , classifier : ' tests' )
Original file line number Diff line number Diff line change 5050 <snakeyaml .version>2.5</snakeyaml .version>
5151
5252 <gax-grpc .version>2.71.0</gax-grpc .version>
53- <jupiter .version>5.14 .0</jupiter .version>
53+ <jupiter .version>6.0 .0</jupiter .version>
5454 <testcontainers .version>1.21.3</testcontainers .version>
5555 <truth .version>1.4.5</truth .version>
5656 <mockito .version>1.10.19</mockito .version>
5757 <groovy .version>2.5.23</groovy .version>
5858 <dependency .spock.version>1.3-groovy-2.4</dependency .spock.version>
5959 <picocli .version>4.7.7</picocli .version>
60- <junit-platform .version>1.14 .0</junit-platform .version>
60+ <junit-platform .version>6.0 .0</junit-platform .version>
6161 </properties >
6262
6363 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments