From a0b052cf570b9f3c6629cae461d145afc7bc8700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:06:33 +0000 Subject: [PATCH] Bump io.zeebe:zeebe-test-container from 3.6.0 to 3.6.3 Bumps [io.zeebe:zeebe-test-container](https://github.com/zeebe-io/zeebe-test-container) from 3.6.0 to 3.6.3. - [Release notes](https://github.com/zeebe-io/zeebe-test-container/releases) - [Commits](https://github.com/zeebe-io/zeebe-test-container/compare/3.6.0...3.6.3) --- updated-dependencies: - dependency-name: io.zeebe:zeebe-test-container dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- micronaut-zeebe-client-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micronaut-zeebe-client-example/build.gradle b/micronaut-zeebe-client-example/build.gradle index 9f29958..305316f 100644 --- a/micronaut-zeebe-client-example/build.gradle +++ b/micronaut-zeebe-client-example/build.gradle @@ -23,7 +23,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic") testImplementation("ch.qos.logback:logback-classic:1.4.14") // replaces version 1.2.11 which fails TestcontainersIntegrationTest with No SLF4J providers were found. Defaulting to no-operation (NOP) logger implementation. See https://www.slf4j.org/codes.html#noProviders for further details. - testImplementation("io.zeebe:zeebe-test-container:3.6.0") + testImplementation("io.zeebe:zeebe-test-container:3.6.3") testImplementation("uk.co.real-logic:sbe-tool:1.30.0") //replaces version 1.25.1 testImplementation("org.testcontainers:junit-jupiter:1.19.4") testImplementation("io.camunda:zeebe-process-test:1.3.3")