Skip to content

Commit

Permalink
Update dependency and license info for Guava
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Traverse committed Oct 31, 2023
1 parent f0e8ace commit 9997cb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dev/compliance/permitted-licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"moduleName": "com.google.guava:guava-bom",
"moduleLicense": null
},
{
"moduleName": "com.google.guava:guava-parent",
"moduleLicense": null
},
{
"moduleName": "io.netty:netty-bom",
"moduleLicense": null
Expand Down
1 change: 1 addition & 0 deletions gradle/base-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
implementation platform(group: "io.grpc", name: "grpc-bom", version: "${grpc_version}")
implementation platform(group: "com.google.protobuf", name: "protobuf-bom", version: "${proto_version}")
implementation platform(group: "com.google.guava", name: "guava-bom", version: "${guava_version}")
implementation platform(group: "com.google.guava", name: "guava-parent", version: "${guava_version}")
implementation platform(group: "com.fasterxml.jackson", name: "jackson-bom", version: "${jackson_version}")
implementation platform(group: "org.slf4j", name: "slf4j-parent", version: "${slf4j_version}")
implementation platform(group: "org.apache.logging.log4j", name: "log4j-bom", version: "${log4j_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {

// Core platform technologies
netty_version = '4.1.100.Final'
guava_version = '32.0.1-jre'
guava_version = '32.1.3-jre'
proto_version = '3.23.2'
grpc_version = '1.59.0'
gapi_version = '2.20.0'
Expand Down

0 comments on commit 9997cb4

Please sign in to comment.