Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:testcontainers-bom to…
Browse files Browse the repository at this point in the history
… v1.17.6
  • Loading branch information
renovate[bot] authored and hantsy committed Nov 21, 2022
1 parent 25d7b30 commit e0e23a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bookstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.5</version>
<version>1.17.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc-migrate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.5</version>
<version>1.17.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.5</version>
<version>1.17.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e0e23a6

Please sign in to comment.