This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new cc01451162 Bump the alluxio-security-updates group across 1 directory
with 2 updates (#5243)
cc01451162 is described below
commit cc0145116240cf586351c6d258d6c7c3add3b5c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 8 22:29:14 2026 +0900
Bump the alluxio-security-updates group across 1 directory with 2 updates
(#5243)
Bumps the alluxio-security-updates group with 2 updates in the /alluxio
directory: [com.google.guava:guava](https://github.com/google/guava) and
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).
Updates `com.google.guava:guava` from 31.0.1-jre to 32.0.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
Updates `com.google.protobuf:protobuf-java` from 3.16.1 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
-
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.16.1...v3.25.5)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-version: 32.0.0-jre
dependency-type: direct:development
dependency-group: alluxio-security-updates
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 3.25.5
dependency-type: direct:development
dependency-group: alluxio-security-updates
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
alluxio/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alluxio/pom.xml b/alluxio/pom.xml
index 5edc2118a3..ff51bb4e1c 100644
--- a/alluxio/pom.xml
+++ b/alluxio/pom.xml
@@ -47,13 +47,13 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>31.0.1-jre</version>
+ <version>32.0.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.16.1</version>
+ <version>3.25.5</version>
<scope>test</scope>
</dependency>