From 3defdf7dba254b440420afe0eec8c0bdc4e8c887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 06:32:53 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protobuf-java-util Bumps com.google.protobuf:protobuf-java-util from 3.25.2 to 4.26.0. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index db1e294..3d8826a 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1' testImplementation "org.sonarsource.sonarqube:sonar-scanner-engine:${sonarPluginApiVersion}" testImplementation "org.sonarsource.sonarqube:sonar-ws:${sonarqubeWsVersion}" - testImplementation 'com.google.protobuf:protobuf-java-util:3.25.2' + testImplementation 'com.google.protobuf:protobuf-java-util:4.26.0' testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.7.1.1872' testImplementation 'org.mockito:mockito-core:5.+' testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}"