File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
samples/spanner-liquibase-spring-boot-sample Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ dependencies {
8888
8989 // Testing
9090 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.4" )
91- testImplementation(" org.testcontainers:testcontainers:1.20.4 " )
91+ 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" ) {
9494 exclude group : ' com.google.guava' , module : ' guava'
Original file line number Diff line number Diff line change 5757
5858 <gax-grpc .version>2.62.0</gax-grpc .version>
5959 <jupiter .version>5.11.4</jupiter .version>
60- <testcontainers .version>1.20.4 </testcontainers .version>
60+ <testcontainers .version>1.20.5 </testcontainers .version>
6161 <truth .version>1.4.4</truth .version>
6262 <mockito .version>1.10.19</mockito .version>
6363 <groovy .version>2.5.23</groovy .version>
Original file line number Diff line number Diff line change 1616 <spring-boot .version>2.7.18</spring-boot .version>
1717 <spanner-liquibase .version>4.30.0.1</spanner-liquibase .version>
1818 <spanner-jdbc .version>2.1.0</spanner-jdbc .version>
19- <testcontainers .version>1.20.4 </testcontainers .version>
19+ <testcontainers .version>1.20.5 </testcontainers .version>
2020 </properties >
2121
2222 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments