This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new cd1607036 Bump guava from 31.1-jre to 32.0.0-jre in /helix-core (#2537)
cd1607036 is described below
commit cd1607036578fa819d3023bafe7cae2fea332a13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 22 15:50:13 2024 -0800
Bump guava from 31.1-jre to 32.0.0-jre in /helix-core (#2537)
Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
helix-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 0315e1448..87869626f 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>31.1-jre</version>
+ <version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>