From a7bb129c0852b4bf9a3b36f78087f33b682fd8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 19:40:17 -0400 Subject: [PATCH] build: Bump spock from 1.16.0 to 1.16.2 (#234) Bumps [spock](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.0...1.16.2) --- updated-dependencies: - dependency-name: org.testcontainers:spock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mongo-reactive/build.gradle | 2 +- mongo-sync/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mongo-reactive/build.gradle b/mongo-reactive/build.gradle index 6777b748..6617cfca 100644 --- a/mongo-reactive/build.gradle +++ b/mongo-reactive/build.gradle @@ -19,7 +19,7 @@ dependencies { testImplementation "io.micronaut:micronaut-management" testImplementation "io.micronaut:micronaut-inject-groovy" testImplementation "io.micronaut:micronaut-function-web" - testImplementation "org.testcontainers:spock:1.16.0" + testImplementation "org.testcontainers:spock:1.16.2" testRuntimeOnly "io.netty:netty-handler" } diff --git a/mongo-sync/build.gradle b/mongo-sync/build.gradle index fd77fa17..6bc285d5 100644 --- a/mongo-sync/build.gradle +++ b/mongo-sync/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation "io.micronaut:micronaut-management" testImplementation "io.micronaut:micronaut-inject-groovy" testImplementation "io.micronaut:micronaut-function-web" - testImplementation "org.testcontainers:spock:1.16.0" + testImplementation "org.testcontainers:spock:1.16.2" testRuntimeOnly "io.netty:netty-handler" }