From a0296831bfb75c015ae39dfbb1147ae5dda8db9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:54:08 +0000 Subject: [PATCH] Bump io.github.hakky54:logcaptor from 2.10.0 to 2.10.1 Bumps [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) from 2.10.0 to 2.10.1. - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: io.github.hakky54:logcaptor 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 84f059d4f53..4cc473addb3 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.2", "org.awaitility:awaitility:4.2.2", - "io.github.hakky54:logcaptor:2.10.0", + "io.github.hakky54:logcaptor:2.10.1", "io.opentelemetry.contrib:opentelemetry-jfr-connection:1.42.0-alpha", "com.google.code.findbugs:jsr305:3.0.2", "com.github.spotbugs:spotbugs-annotations:4.8.6"