From d4ea90080b36aa3cc983aeef68ed304c89be5d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:48:36 -0700 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.23.2 to 3.23.3 in /spark/core (#294) * Bump com.google.protobuf:protobuf-java in /spark/core Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.2 to 3.23.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.2...v3.23.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- spark/core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark/core/build.gradle b/spark/core/build.gradle index fbbc153d3..4ae30b0f5 100644 --- a/spark/core/build.gradle +++ b/spark/core/build.gradle @@ -52,7 +52,7 @@ sparkVariants { add(variant.configuration('compileOnly'), "com.fasterxml.jackson.module:jackson-module-scala_${variant.scalaMajorVersion}:2.9.10") add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.15.2") add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0") - add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:3.23.2") + add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:3.23.3") add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.7") add(variant.configuration('test', 'implementation'), project(":test:shared"))