From 2a620f65b6cefce1ab4523f7639d31e6ae4f4a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:52:31 +0000 Subject: [PATCH] Bump io.github.hakky54:logcaptor from 2.9.3 to 2.10.0 Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.9.3 to 2.10.0. - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/compare/v2.9.3...v2.10.0) --- updated-dependencies: - dependency-name: io.github.hakky54:logcaptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ecs-logging-async/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-logging-async/build.gradle b/ecs-logging-async/build.gradle index 54078d1..a6fa4c8 100644 --- a/ecs-logging-async/build.gradle +++ b/ecs-logging-async/build.gradle @@ -6,7 +6,7 @@ dependencies { compileOnly("ch.qos.logback:logback-core") testImplementation("io.micrometer:micrometer-core") testImplementation("ch.qos.logback:logback-core") - testImplementation("io.github.hakky54:logcaptor:2.9.3") + testImplementation("io.github.hakky54:logcaptor:2.10.0") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-web") } \ No newline at end of file