Skip to content

Commit

Permalink
Upgrade testcontainers:1.17.4 -> 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Nov 28, 2023
1 parent 36183ce commit d62772a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<testcontainers.version>1.17.4</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<jts.version>1.19.0</jts.version>
<lombok.version>1.18.26</lombok.version>
<mapstruct.version>1.5.3.Final</mapstruct.version>
<testcontainers.version>1.17.4</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
<geolatte.version>1.8.2</geolatte.version>
<querydsl.version>5.0.0</querydsl.version>
<springdoc.version>1.7.0</springdoc.version>
Expand Down

0 comments on commit d62772a

Please sign in to comment.