You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by we...@apache.org on 2022/02/08 14:19:21 UTC

[incubator-eventmesh] branch master updated: [Issue-754] upgrade guava (#757)

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

wenjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 4616366  [Issue-754] upgrade guava (#757)
4616366 is described below

commit 4616366ae75ac6356a5a79c69c965936dceda3d0
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Feb 8 15:19:16 2022 +0100

    [Issue-754] upgrade guava (#757)
    
    * upgrade guava
---
 build.gradle                                          | 2 +-
 tools/third-party-dependencies/known-dependencies.txt | 6 +++---
 tools/third-party-licenses/LICENSE                    | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/build.gradle b/build.gradle
index 30cefdd..48a05f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -414,7 +414,7 @@ subprojects {
             dependency "org.apache.commons:commons-text:1.9"
 
 
-            dependency "com.google.guava:guava:29.0-jre"
+            dependency "com.google.guava:guava:31.0.1-jre"
             
             dependency "org.slf4j:slf4j-api:1.7.30"
             dependency "org.apache.logging.log4j:log4j-api:2.17.1"
diff --git a/tools/third-party-dependencies/known-dependencies.txt b/tools/third-party-dependencies/known-dependencies.txt
index f8dd1c1..bf60672 100644
--- a/tools/third-party-dependencies/known-dependencies.txt
+++ b/tools/third-party-dependencies/known-dependencies.txt
@@ -1,5 +1,5 @@
 assertj-core-2.6.0.jar
-checker-qual-2.11.1.jar
+checker-qual-3.12.0.jar
 cloudevents-api-2.2.0.jar
 cloudevents-core-2.2.0.jar
 cloudevents-json-jackson-2.2.0.jar
@@ -15,10 +15,10 @@ commons-text-1.9.jar
 commons-validator-1.6.jar
 disruptor-3.4.2.jar
 dledger-0.1.jar
-error_prone_annotations-2.3.4.jar
+error_prone_annotations-2.7.1.jar
 failureaccess-1.0.1.jar
 fastjson-1.2.69.jar
-guava-29.0-jre.jar
+guava-31.0.1-jre.jar
 hamcrest-core-1.3.jar
 httpclient-4.5.13.jar
 httpcore-4.4.13.jar
diff --git a/tools/third-party-licenses/LICENSE b/tools/third-party-licenses/LICENSE
index bf12daf..4908f6b 100644
--- a/tools/third-party-licenses/LICENSE
+++ b/tools/third-party-licenses/LICENSE
@@ -231,11 +231,11 @@ commons-text 1.9: https://github.com/apache/commons-text, Apache 2.0
 commons-validator 1.6: https://github.com/apache/commons-validator, Apache 2.0
 disruptor 3.4.2: https://github.com/LMAX-Exchange/disruptor, Apache 2.0
 dledger 0.1: https://github.com/openmessaging/dledger, Apache 2.0
-error_prone_annotations 2.3.4: https://github.com/google/error-prone, Apache 2.0
+error_prone_annotations 2.7.1: https://github.com/google/error-prone, Apache 2.0
 failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0
 listenablefuture 9999.0-empty-to-avoid-conflict-with-guava: https://github.com/google/guava, Apache 2.0
 fastjson 1.2.69: https://github.com/alibaba/fastjson, Apache 2.0
-guava 29.0-jre: https://github.com/google/guava, Apache 2.0
+guava 31.0.1-jre: https://github.com/google/guava, Apache 2.0
 httpclient 4.5.13: https://github.com/apache/httpcomponents-client, Apache 2.0
 httpcore 4.4.13: https://github.com/apache/httpcomponents-core, Apache 2.0
 j2objc-annotations 1.3: https://github.com/google/j2objc, Apache 2.0
@@ -365,5 +365,5 @@ MIT licenses
 The following components are provided under the MIT license. See project link for details.
 The text of each license is also included at licenses/LICENSE-[project].txt.
 
-checker-qual 2.11.1: https://github.com/typetools/checker-framework, MIT
+checker-qual 3.12.0: https://github.com/typetools/checker-framework, MIT
 slf4j-api 1.7.30: https://github.com/qos-ch/slf4j, MIT

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org