Skip to content

Commit

Permalink
fix(deps): update testcontainers-java monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 22, 2024
1 parent 13624fe commit d0fb5e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {

// Testing
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:testcontainers:1.20.3")
testImplementation("net.java.dev.jna:jna:5.15.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("com.google.truth:truth:1.4.4") {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<gax-grpc.version>2.53.0</gax-grpc.version>
<jupiter.version>5.11.0</jupiter.version>
<testcontainers.version>1.20.1</testcontainers.version>
<testcontainers.version>1.20.2</testcontainers.version>
<truth.version>1.4.4</truth.version>
<mockito.version>1.10.19</mockito.version>
<groovy.version>2.5.23</groovy.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/spanner-liquibase-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<spring-boot.version>2.7.18</spring-boot.version>
<spanner-liquibase.version>4.29.2</spanner-liquibase.version>
<spanner-jdbc.version>2.1.0</spanner-jdbc.version>
<testcontainers.version>1.20.1</testcontainers.version>
<testcontainers.version>1.20.2</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit d0fb5e4

Please sign in to comment.