From ad3054d3a66a21464a3ec1ff463f7ad71e0f6ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 23:31:47 +0000 Subject: [PATCH] Bump uk.org.webcompere:system-stubs-junit4 in /modules/grafana Bumps [uk.org.webcompere:system-stubs-junit4](https://github.com/webcompere/system-stubs) from 2.1.6 to 2.1.8. - [Release notes](https://github.com/webcompere/system-stubs/releases) - [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md) - [Commits](https://github.com/webcompere/system-stubs/compare/system-stubs-parent-2.1.6...system-stubs-parent-2.1.8) --- updated-dependencies: - dependency-name: uk.org.webcompere:system-stubs-junit4 dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/grafana/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grafana/build.gradle b/modules/grafana/build.gradle index d5c815018d0..d3560d8659d 100644 --- a/modules/grafana/build.gradle +++ b/modules/grafana/build.gradle @@ -6,7 +6,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'io.rest-assured:rest-assured:5.5.0' testImplementation 'io.micrometer:micrometer-registry-otlp:1.13.4' - testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6' + testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.8' testImplementation platform('io.opentelemetry:opentelemetry-bom:1.49.0') testImplementation 'io.opentelemetry:opentelemetry-api'