Skip to content

Commit

Permalink
Upgraded Testcontainers to 0.16.2 (#25)
Browse files Browse the repository at this point in the history
* Upgraded Testcontainers to 0.16.2 to enable M1

* updated docker api
  • Loading branch information
musketyr committed Nov 18, 2021
1 parent fe47561 commit 1659ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testCompile 'io.micronaut:micronaut-inject-groovy'
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.7.3'
testCompile "org.testcontainers:mariadb:$testcontainersVersion"
testCompile 'com.github.docker-java:docker-java-api:3.2.8'
testCompile 'com.github.docker-java:docker-java-transport-zerodep:3.2.8'
testCompile "com.github.docker-java:docker-java-api:$dockerApiVersion"
testCompile "com.github.docker-java:docker-java-transport-zerodep:$dockerApiVersion"
testCompile 'net.java.dev.jna:jna:5.8.0'
}
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ spockVersion = 2.0-groovy-2.5
junitVersion = 5.7.2
awsSdkVersion = 1.11.656
awsSdk2Version = 2.9.24
testcontainersVersion = 1.15.3
testcontainersVersion = 1.16.2
dockerApiVersion = 3.2.12
groovyClosureSupportVersion = 0.6.0
kordampVersion=0.46.0
nexusPluginVersion=1.0.0
Expand Down

0 comments on commit 1659ad5

Please sign in to comment.