Skip to content

Commit

Permalink
Upgrade testcontainers
Browse files Browse the repository at this point in the history
Better support for Mac M1 machines
  • Loading branch information
tgianos committed Jan 26, 2022
1 parent 0b54304 commit 1188642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ configure((Set<Project>) ext.javaProjects) {
mavenBom "com.squareup.okhttp3:okhttp-bom:4.9.2"
mavenBom "io.grpc:grpc-bom:${grpc_version}"
mavenBom "org.spockframework:spock-bom:2.0-groovy-3.0"
mavenBom "org.testcontainers:testcontainers-bom:1.16.2"
mavenBom "org.testcontainers:testcontainers-bom:1.16.3"
}
dependencies {
dependency("com.beust:jcommander:1.81")
Expand Down

0 comments on commit 1188642

Please sign in to comment.