Skip to content

Commit

Permalink
Update dependency org.testcontainers:testcontainers-bom to v1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2022
1 parent 64c5df7 commit 0223b77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-dynamodb-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-io.version>2.11.0</commons-io.version>

<testcontainers.version>1.17.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>
<awaitility.version>4.2.0</awaitility.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
Expand Down
2 changes: 1 addition & 1 deletion aws-s3-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<aws.version>2.4.1</aws.version>
<org.mapstruct.version>1.5.2.Final</org.mapstruct.version>
<spotless.version>2.22.8</spotless.version>
<testcontainers.version>1.17.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion aws-sqs-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<aws.version>2.4.1</aws.version>
<org.mapstruct.version>1.5.2.Final</org.mapstruct.version>
<spotless.version>2.22.8</spotless.version>
<testcontainers.version>1.17.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
Expand Down

0 comments on commit 0223b77

Please sign in to comment.