From 42ec992cfb0cccbf0614cf8a5b97304a488c611f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:48:16 +0000 Subject: [PATCH 1/3] Bump com.google.protobuf:protobuf-java in /spark/sql-30 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.28.2 to 4.28.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/sql-30/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark/sql-30/build.gradle b/spark/sql-30/build.gradle index d66db39cf..c410e47a0 100644 --- a/spark/sql-30/build.gradle +++ b/spark/sql-30/build.gradle @@ -70,7 +70,7 @@ sparkVariants { } add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.4") add(variant.configuration('implementation'), "javax.xml.bind:jaxb-api:2.3.1") - add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.28.2") + add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.28.3") add(variant.configuration('implementation'), "org.apache.spark:spark-catalyst_${variant.scalaMajorVersion}:$variant.sparkVersion") add(variant.configuration('implementation'), "org.apache.spark:spark-yarn_${variant.scalaMajorVersion}:$variant.sparkVersion") { exclude group: 'org.apache.hadoop' From 506033837a42cf31651e1d09df64da4de81a3d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 28 Oct 2024 21:49:47 +0000 Subject: [PATCH 2/3] Updating SHAs Signed-off-by: dependabot[bot] --- licenses/protobuf-java-4.28.2.jar.sha1 | 1 - licenses/protobuf-java-4.28.3.jar.sha1 | 1 + spark/sql-30/licenses/protobuf-java-4.28.2.jar.sha1 | 1 - spark/sql-30/licenses/protobuf-java-4.28.3.jar.sha1 | 1 + 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 licenses/protobuf-java-4.28.2.jar.sha1 create mode 100644 licenses/protobuf-java-4.28.3.jar.sha1 delete mode 100644 spark/sql-30/licenses/protobuf-java-4.28.2.jar.sha1 create mode 100644 spark/sql-30/licenses/protobuf-java-4.28.3.jar.sha1 diff --git a/licenses/protobuf-java-4.28.2.jar.sha1 b/licenses/protobuf-java-4.28.2.jar.sha1 deleted file mode 100644 index ae5a07f29..000000000 --- a/licenses/protobuf-java-4.28.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d6c83e058bc3494c384d8e9e6b7a51ed2f5515cc \ No newline at end of file diff --git a/licenses/protobuf-java-4.28.3.jar.sha1 b/licenses/protobuf-java-4.28.3.jar.sha1 new file mode 100644 index 000000000..a57b683f3 --- /dev/null +++ b/licenses/protobuf-java-4.28.3.jar.sha1 @@ -0,0 +1 @@ +625a6534f0baef7e34a4a0e84b94ea0012385760 \ No newline at end of file diff --git a/spark/sql-30/licenses/protobuf-java-4.28.2.jar.sha1 b/spark/sql-30/licenses/protobuf-java-4.28.2.jar.sha1 deleted file mode 100644 index ae5a07f29..000000000 --- a/spark/sql-30/licenses/protobuf-java-4.28.2.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d6c83e058bc3494c384d8e9e6b7a51ed2f5515cc \ No newline at end of file diff --git a/spark/sql-30/licenses/protobuf-java-4.28.3.jar.sha1 b/spark/sql-30/licenses/protobuf-java-4.28.3.jar.sha1 new file mode 100644 index 000000000..a57b683f3 --- /dev/null +++ b/spark/sql-30/licenses/protobuf-java-4.28.3.jar.sha1 @@ -0,0 +1 @@ +625a6534f0baef7e34a4a0e84b94ea0012385760 \ No newline at end of file From 8b7e55a4ca1376f845ef7824bf4e135f990b69ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 28 Oct 2024 21:49:48 +0000 Subject: [PATCH 3/3] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9212b10..3391d6f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0 - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.0 - Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.114.Final +- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.28.3 ## [1.3.0] ### Added