This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 1a9482fd2b build(deps): bump com.google.protobuf:protobuf-java in
/shade-proto (#1834)
1a9482fd2b is described below
commit 1a9482fd2b6428a979dc509e9559a183f0db16c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 4 16:39:35 2025 -0800
build(deps): bump com.google.protobuf:protobuf-java in /shade-proto (#1834)
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 4.28.0 to 4.28.2.
- [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
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
shade-proto/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shade-proto/pom.xml b/shade-proto/pom.xml
index 83b1ab1c66..cbfd8af79e 100644
--- a/shade-proto/pom.xml
+++ b/shade-proto/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>4.28.0</version>
+ <version>4.28.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>