Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ The Apache Software License, Version 2.0
- com.google.code.gson-gson-2.13.2.jar
- io.gsonfire-gson-fire-1.9.0.jar
* Guava
- com.google.guava-guava-33.4.8-jre.jar
- com.google.guava-guava-33.6.0-jre.jar
- com.google.guava-failureaccess-1.0.3.jar
- com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- com.google.j2objc-j2objc-annotations-1.3.jar
Expand Down
2 changes: 1 addition & 1 deletion distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ The Apache Software License, Version 2.0
* Gson
- gson-2.13.2.jar
* Guava
- guava-33.4.8-jre.jar
- guava-33.6.0-jre.jar
- failureaccess-1.0.3.jar
- listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- j2objc-annotations-1.3.jar
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ j2objc-annotations = "1.3"
opencensus = "0.28.0"
opentelemetry-gcp-resources = "1.57.0-alpha"
# Data structures / Utils
guava = "33.4.8-jre"
guava = "33.6.0-jre"
caffeine = "3.2.4"
jctools = "4.0.6"
roaringbitmap = "1.6.9"
Expand Down
Loading