From 027897c7440b9034458a78e5b29a328d7a7d699c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:02:26 +1200 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 4.27.2 to 4.27.3 in /spark/core (#504) * Bump com.google.protobuf:protobuf-java in /spark/core Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.2 to 4.27.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- 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] Signed-off-by: Thomas Farr Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Thomas Farr --- CHANGELOG.md | 2 +- spark/core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e6a4df6..0096aa39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.2 - Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2 - Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.3 -- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.2 +- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.3 - Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.112.Final - Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0 - Bumps `commons-codec:commons-codec` from 1.17.0 to 1.17.1 diff --git a/spark/core/build.gradle b/spark/core/build.gradle index 35611d8a1..f43f633b3 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.17.2") add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0") - add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.27.2") + add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.27.3") add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.13") add(variant.configuration('test', 'implementation'), project(":test:shared"))