From 1a1575ffdef8856c682825e940e51f951dd38bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:11:05 +0000 Subject: [PATCH] build: bump org.testcontainers:testcontainers from 1.20.0 to 1.20.1 Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.0...1.20.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 424f92d5..7f49d27b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ autoservice-annotations = { group = "com.google.auto.service", name = "auto-serv assertj-core = "org.assertj:assertj-core:3.26.3" awaitility = "org.awaitility:awaitility:4.2.1" findbugs-jsr305 = "com.google.code.findbugs:jsr305:3.0.2" -testcontainers = "org.testcontainers:testcontainers:1.20.0" +testcontainers = "org.testcontainers:testcontainers:1.20.1" logback = "ch.qos.logback:logback-classic:1.5.6" jackson = "com.fasterxml.jackson.core:jackson-databind:2.17.2" protobuf-util = "com.google.protobuf:protobuf-java-util:3.25.3"