This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/maven/shell/com.google.guava-guava-32.0.0-jre in repository https://gitbox.apache.org/repos/asf/zeppelin.git
commit 4d6c2d39d2b890c8334355ebcb21f31d691aab3e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jun 29 07:28:18 2023 +0000 Bump guava from 24.1.1-jre to 32.0.0-jre in /shell 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> --- 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) -->