1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 14:05:44 +00:00

Upgrade Guava to v32 (#2073)

* Upgrade Guava to v32

This requires a custom resolution strategy since `listenablefuture`
is folded into the main jar.
This commit is contained in:
Weimin Yu
2023-07-10 16:00:07 -04:00
committed by GitHub
parent 8d22c2a8d8
commit cc3901691c
18 changed files with 1198 additions and 1115 deletions

View File

@@ -287,6 +287,12 @@
"moduleLicense": null,
"moduleName": "com.fasterxml.jackson:jackson-bom"
},
{
// Part of Guava with "Apache License, Version 2.0". The plugin is unable
// to parse its license for unknown reason.
"moduleLicense": null,
"moduleName": "com.google.guava:guava-parent"
},
{
// "Apache License, Version 2.0". The plugin is able to parse up to
// 2.0.33.Final but not this verson.