You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/08/17 09:24:56 UTC

[iotdb] branch upgrade_guava created (now e43dbdb9981)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch upgrade_guava
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at e43dbdb9981 Upgrade guava to avoid vulnerability issue

This branch includes the following new commits:

     new e43dbdb9981 Upgrade guava to avoid vulnerability issue

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Upgrade guava to avoid vulnerability issue

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch upgrade_guava
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit e43dbdb9981c65b70eaae23564390bd7bcaf63d4
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Aug 17 17:24:41 2023 +0800

    Upgrade guava to avoid vulnerability issue
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d40a16f281..3fbd9f087f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <common.logging.version>1.1.3</common.logging.version>
         <common.pool2.version>2.11.1</common.pool2.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
-        <guava.version>24.1.1</guava.version>
+        <guava.version>32.1.2-jre</guava.version>
         <jline.version>3.21.0</jline.version>
         <jetty.version>9.4.51.v20230217</jetty.version>
         <dropwizard.metrics.version>4.2.7</dropwizard.metrics.version>
@@ -250,7 +250,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>[${guava.version},)</version>
+                <version>${guava.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.lmax</groupId>