From 3e3a3318a1adf048537ffe57c06ecc10420bff50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:47:04 +0000 Subject: [PATCH] :arrow_up: Bump com.typesafe.akka:akka-slf4j_3 from 2.8.3 to 2.8.5 Bumps [com.typesafe.akka:akka-slf4j_3](https://github.com/akka/akka) from 2.8.3 to 2.8.5. - [Release notes](https://github.com/akka/akka/releases) - [Changelog](https://github.com/akka/akka/blob/main/akka-docs/release-train-issue-template.md) - [Commits](https://github.com/akka/akka/compare/v2.8.3...v2.8.5) --- updated-dependencies: - dependency-name: com.typesafe.akka:akka-slf4j_3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2cda8cc..3063832 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { testImplementation("software.amazon.awssdk:sfn:${awsSdkVersion}") testImplementation("software.amazon.awssdk:apache-client:${awsSdkVersion}") testImplementation("com.typesafe.akka:akka-testkit_3:2.8.3") - testImplementation("com.typesafe.akka:akka-slf4j_3:2.8.3") + testImplementation("com.typesafe.akka:akka-slf4j_3:2.8.5") testImplementation("io.netty:netty-bom:4.1.96.Final") testImplementation("io.gatling:gatling-core:${gatlingVersion}")