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.19.7
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent 39a520e commit c134d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moviebuffs-data-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<spring-cloud.version>2022.0.4</spring-cloud.version>
<commons-io.version>2.15.0</commons-io.version>
<opencsv.version>5.8</opencsv.version>
<testcontainers.version>1.19.1</testcontainers.version>
<testcontainers.version>1.19.7</testcontainers.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion moviebuffs-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<opencsv.version>5.8</opencsv.version>
<jjwt.version>0.11.5</jjwt.version>
<heroku.appName>sivalabs-moviebuffs</heroku.appName>
<testcontainers.version>1.19.1</testcontainers.version>
<testcontainers.version>1.19.7</testcontainers.version>
<p6spy.starter.version>1.9.0</p6spy.starter.version>
<archunit-junit5.version>1.1.0</archunit-junit5.version>
<jacoco.minimum.coverage>0.70</jacoco.minimum.coverage>
Expand Down

0 comments on commit c134d25

Please sign in to comment.