From 9b84ecd8798255a1878f55c5d56946338e3b7b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:12:19 +0000 Subject: [PATCH] Bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.10.1 to 2.10.2. - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/compare/v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: io.github.hakky54:logcaptor dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 69cc3f522e7..6fd15a96ad7 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -71,7 +71,7 @@ val DEPENDENCIES = listOf( "com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom "org.assertj:assertj-core:3.27.3", "org.awaitility:awaitility:4.3.0", - "io.github.hakky54:logcaptor:2.10.1", + "io.github.hakky54:logcaptor:2.10.2", "io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribVersion}-alpha", "io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribVersion}-alpha", "com.google.code.findbugs:jsr305:3.0.2",