File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencies {
8787 implementation(" org.apache.commons:commons-lang3:3.17.0" )
8888
8989 // Testing
90- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4 " )
90+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
9191 testImplementation(" org.testcontainers:testcontainers:1.20.5" )
9292 testImplementation(" net.java.dev.jna:jna:5.16.0" )
9393 testImplementation(" com.google.truth:truth:1.4.4" ) {
@@ -106,7 +106,7 @@ dependencies {
106106 testImplementation ' org.spockframework:spock-core:2.3-groovy-4.0'
107107
108108 // For testing runtime
109- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4 " )
109+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
110110
111111 // For Spanner mock server testing
112112 testImplementation(group : ' com.google.cloud' , name : ' google-cloud-spanner' , classifier : ' tests' )
Original file line number Diff line number Diff line change 5656 <snakeyaml .version>2.4</snakeyaml .version>
5757
5858 <gax-grpc .version>2.62.0</gax-grpc .version>
59- <jupiter .version>5.11.4 </jupiter .version>
59+ <jupiter .version>5.12.0 </jupiter .version>
6060 <testcontainers .version>1.20.5</testcontainers .version>
6161 <truth .version>1.4.4</truth .version>
6262 <mockito .version>1.10.19</mockito .version>
You can’t perform that action at this time.
0 commit comments