Skip to content

Commit

Permalink
Update dependencies (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: micronaut-build <micronaut-build@users.noreply.github.com>
  • Loading branch information
micronaut-build and micronaut-build authored Jun 5, 2020
1 parent a2ec565 commit c651901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-suite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
testImplementation "org.elasticsearch.client:elasticsearch-rest-high-level-client:$elasticsearchVersion"
testCompileOnly "io.micronaut:micronaut-inject-groovy"
// tag::testcontainers-dependencies[]
testImplementation "org.testcontainers:spock:1.14.2"
testImplementation "org.testcontainers:elasticsearch:1.14.2"
testImplementation "org.testcontainers:spock:1.14.3"
testImplementation "org.testcontainers:elasticsearch:1.14.3"
// end::testcontainers-dependencies[]
testRuntime "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down

0 comments on commit c651901

Please sign in to comment.