From cb6711070c92942a78f6733c9142406991d8cba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 06:40:24 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protobuf-java-util Bumps com.google.protobuf:protobuf-java-util from 3.24.3 to 3.25.0. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50ef906..73e6bdc 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' testImplementation "org.sonarsource.sonarqube:sonar-scanner-engine:${sonarPluginApiVersion}" testImplementation "org.sonarsource.sonarqube:sonar-ws:${sonarqubeWsVersion}" - testImplementation 'com.google.protobuf:protobuf-java-util:3.24.3' + testImplementation 'com.google.protobuf:protobuf-java-util:3.25.0' testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.1.0.495' testImplementation 'org.mockito:mockito-core:5.+' testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}"