From 99b61a3860f1c20db6dbed80d8ce77c56ae0344b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:34:35 +0000 Subject: [PATCH] Bump org.jetbrains.teamcity:tests-support from 2023.11 to 2023.11.1 Bumps org.jetbrains.teamcity:tests-support from 2023.11 to 2023.11.1. --- updated-dependencies: - dependency-name: org.jetbrains.teamcity:tests-support dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index fcacaa4..f370879 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation('io.opentelemetry:opentelemetry-exporter-zipkin') implementation 'io.grpc:grpc-netty-shaded:1.60.1' - testImplementation 'org.jetbrains.teamcity:tests-support:2023.11' + testImplementation 'org.jetbrains.teamcity:tests-support:2023.11.1' testImplementation 'org.jetbrains.teamcity:server-api:2023.11.1' testImplementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.8.0'