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 9680241285 Bump guava from 24.1.1-jre to 32.0.0-jre in /shell (#4615) 9680241285 is described below commit 96802412854942b5b1de57dd638f6a4addc3786e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Oct 17 14:55:39 2023 +0900 Bump guava from 24.1.1-jre to 32.0.0-jre in /shell (#4615) Bumps [guava](https://github.com/google/guava) from 24.1.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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- shell/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/pom.xml b/shell/pom.xml index f4d1343725..450608a935 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -37,7 +37,7 @@ <!--library versions --> <pty4j.version>0.9.3</pty4j.version> <jinjava.version>2.4.0</jinjava.version> - <guava.version>24.1.1-jre</guava.version> + <guava.version>32.0.0-jre</guava.version> </properties> <!-- pty4j library not in maven central repository (http://repo.maven.apache.org/maven2) -->