Skip to content

Commit

Permalink
[Issue-754] upgrade guava (#757)
Browse files Browse the repository at this point in the history
* upgrade guava
  • Loading branch information
pjfanning authored Feb 8, 2022
1 parent 58c0d5d commit 4616366
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions tools/third-party-dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tools/third-party-licenses/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 4616366

Please sign in to comment.