Skip to content

Commit

Permalink
build: bump org.testcontainers:testcontainers from 1.19.5 to 1.19.6 (#…
Browse files Browse the repository at this point in the history
…160)

Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.5...1.19.6)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  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 Mar 5, 2024
1 parent f5de55d commit 091edb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ autoservice-annotations = { group = "com.google.auto.service", name = "auto-serv
assertj-core = "org.assertj:assertj-core:3.25.3"
awaitility = "org.awaitility:awaitility:4.2.0"
findbugs-jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
testcontainers = "org.testcontainers:testcontainers:1.19.5"
testcontainers = "org.testcontainers:testcontainers:1.19.6"
logback = "ch.qos.logback:logback-classic:1.5.3"
# version 2.16.1 has been compiled with java 21, which is likely a release error, thus stick to 2.16.0 until fixed in 2.16.2 or later
jackson = "com.fasterxml.jackson.core:jackson-databind:2.16.0"
Expand Down

0 comments on commit 091edb2

Please sign in to comment.