Skip to content

Commit

Permalink
#260 upgrade to testcontainers 1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomix26 committed Apr 9, 2024
1 parent ba6dfb0 commit 03d6c65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ project(':embedded-database-spring-test') {
dependencies {
api project(':embedded-database-spring-test-autoconfigure')

api 'org.testcontainers:postgresql:1.17.6'
api 'org.testcontainers:mssqlserver:1.17.6'
api 'org.testcontainers:mysql:1.17.6'
api 'org.testcontainers:mariadb:1.17.6'
api 'org.testcontainers:postgresql:1.18.3'
api 'org.testcontainers:mssqlserver:1.18.3'
api 'org.testcontainers:mysql:1.18.3'
api 'org.testcontainers:mariadb:1.18.3'

optImplementation 'io.zonky.test:embedded-postgres:2.0.5'
optImplementation 'com.opentable.components:otj-pg-embedded:0.13.4'
Expand Down

0 comments on commit 03d6c65

Please sign in to comment.