From 2480a017a2c2f51568ead9eee3d7ca02ecfac9cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:33:19 +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.7. - [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.7) --- updated-dependencies: - dependency-name: uk.org.webcompere:system-stubs-junit4 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 550779c4d55..cbbdf572e45 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.7' } test {