Skip to content

Commit

Permalink
build: Bump spock from 1.16.0 to 1.16.2 (#234)
Browse files Browse the repository at this point in the history
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](testcontainers/testcontainers-java@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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
1 parent d52ab03 commit a7bb129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongo-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion mongo-sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit a7bb129

Please sign in to comment.