From b6f893459e78318006756ccd68c4ba37e43e06f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:49:35 +0000 Subject: [PATCH 1/2] 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] --- 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 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")) From 91282e7e55f7896b08f4593db964c09737853153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 5 Aug 2024 21:50:54 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abad2df6e..282a7146e 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.111.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