From 679f69819746e05ddc6237676601a7d3dd31fc90 Mon Sep 17 00:00:00 2001 From: Kaushal Kumar Date: Tue, 17 Jan 2023 16:35:53 -0800 Subject: [PATCH] upgrade guava,protobuf minor versions Signed-off-by: Kaushal Kumar --- build.gradle | 8 ++++++-- licenses/checker-qual-3.29.0.jar.sha1 | 1 + licenses/checker-qual-3.5.0.jar.sha1 | 1 - licenses/grpc-api-1.49.0.jar.sha1 | 1 - licenses/grpc-api-1.52.1.jar.sha1 | 1 + licenses/grpc-context-1.49.0.jar.sha1 | 1 - licenses/grpc-context-1.52.1.jar.sha1 | 1 + licenses/grpc-core-1.49.0.jar.sha1 | 1 - licenses/grpc-core-1.52.1.jar.sha1 | 1 + licenses/grpc-netty-1.49.0.jar.sha1 | 1 - licenses/grpc-netty-1.52.1.jar.sha1 | 1 + licenses/grpc-protobuf-1.49.0.jar.sha1 | 1 - licenses/grpc-protobuf-1.52.1.jar.sha1 | 1 + licenses/grpc-protobuf-lite-1.49.0.jar.sha1 | 1 - licenses/grpc-protobuf-lite-1.52.1.jar.sha1 | 1 + licenses/grpc-stub-1.49.0.jar.sha1 | 1 - licenses/grpc-stub-1.52.1.jar.sha1 | 1 + licenses/guava-30.1-jre.jar.sha1 | 1 - licenses/guava-31.1-jre.jar.sha1 | 1 + licenses/jackson-annotations-2.14.1.jar.sha1 | 1 + licenses/jackson-databind-2.14.1.jar.sha1 | 1 + .../performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1 | 2 +- licenses/protobuf-java-3.21.12.jar.sha1 | 1 + licenses/protobuf-java-3.21.8.jar.sha1 | 1 - 24 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 licenses/checker-qual-3.29.0.jar.sha1 delete mode 100644 licenses/checker-qual-3.5.0.jar.sha1 delete mode 100644 licenses/grpc-api-1.49.0.jar.sha1 create mode 100644 licenses/grpc-api-1.52.1.jar.sha1 delete mode 100644 licenses/grpc-context-1.49.0.jar.sha1 create mode 100644 licenses/grpc-context-1.52.1.jar.sha1 delete mode 100644 licenses/grpc-core-1.49.0.jar.sha1 create mode 100644 licenses/grpc-core-1.52.1.jar.sha1 delete mode 100644 licenses/grpc-netty-1.49.0.jar.sha1 create mode 100644 licenses/grpc-netty-1.52.1.jar.sha1 delete mode 100644 licenses/grpc-protobuf-1.49.0.jar.sha1 create mode 100644 licenses/grpc-protobuf-1.52.1.jar.sha1 delete mode 100644 licenses/grpc-protobuf-lite-1.49.0.jar.sha1 create mode 100644 licenses/grpc-protobuf-lite-1.52.1.jar.sha1 delete mode 100644 licenses/grpc-stub-1.49.0.jar.sha1 create mode 100644 licenses/grpc-stub-1.52.1.jar.sha1 delete mode 100644 licenses/guava-30.1-jre.jar.sha1 create mode 100644 licenses/guava-31.1-jre.jar.sha1 create mode 100644 licenses/jackson-annotations-2.14.1.jar.sha1 create mode 100644 licenses/jackson-databind-2.14.1.jar.sha1 create mode 100644 licenses/protobuf-java-3.21.12.jar.sha1 delete mode 100644 licenses/protobuf-java-3.21.8.jar.sha1 diff --git a/build.gradle b/build.gradle index 4ea2c8f6..e4d715a5 100644 --- a/build.gradle +++ b/build.gradle @@ -266,7 +266,7 @@ dependencies { } } - implementation('com.google.guava:guava:30.1-jre') { + implementation('com.google.guava:guava:31.1-jre') { force = 'true' } implementation 'org.jooq:jooq:3.10.8' @@ -282,7 +282,7 @@ dependencies { implementation(group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0') { force = 'true' } - implementation(group: 'com.google.protobuf', name:'protobuf-java', version: '3.21.8') { + implementation(group: 'com.google.protobuf', name:'protobuf-java', version: '3.21.12') { force = 'true' } implementation("io.netty:netty-buffer:${nettyVersion}") { @@ -320,6 +320,10 @@ dependencies { force = 'true' } + implementation("org.checkerframework:checker-qual:3.29.0") { + force = 'true' + } + // JDK9+ has to run powermock 2+. https://github.com/powermock/powermock/issues/888 testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.0' diff --git a/licenses/checker-qual-3.29.0.jar.sha1 b/licenses/checker-qual-3.29.0.jar.sha1 new file mode 100644 index 00000000..d8f22c51 --- /dev/null +++ b/licenses/checker-qual-3.29.0.jar.sha1 @@ -0,0 +1 @@ +a805a761b7a734d69f9c1766ead1ff78698a1497 \ No newline at end of file diff --git a/licenses/checker-qual-3.5.0.jar.sha1 b/licenses/checker-qual-3.5.0.jar.sha1 deleted file mode 100644 index 08e76eb0..00000000 --- a/licenses/checker-qual-3.5.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2f50520c8abea66fbd8d26e481d3aef5c673b510 \ No newline at end of file diff --git a/licenses/grpc-api-1.49.0.jar.sha1 b/licenses/grpc-api-1.49.0.jar.sha1 deleted file mode 100644 index 1d706d14..00000000 --- a/licenses/grpc-api-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c68215eccc846fae786ff3bf09c216952590bc7d \ No newline at end of file diff --git a/licenses/grpc-api-1.52.1.jar.sha1 b/licenses/grpc-api-1.52.1.jar.sha1 new file mode 100644 index 00000000..f09d1976 --- /dev/null +++ b/licenses/grpc-api-1.52.1.jar.sha1 @@ -0,0 +1 @@ +250130924e11e3a0dfb5f508130940a1729d497c \ No newline at end of file diff --git a/licenses/grpc-context-1.49.0.jar.sha1 b/licenses/grpc-context-1.49.0.jar.sha1 deleted file mode 100644 index 388b3e44..00000000 --- a/licenses/grpc-context-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d689f08dcc0c010f333d832780dd66e68acbd446 \ No newline at end of file diff --git a/licenses/grpc-context-1.52.1.jar.sha1 b/licenses/grpc-context-1.52.1.jar.sha1 new file mode 100644 index 00000000..966039e1 --- /dev/null +++ b/licenses/grpc-context-1.52.1.jar.sha1 @@ -0,0 +1 @@ +4da95b74359b2dfdd5d85eee3b4682a3e720261c \ No newline at end of file diff --git a/licenses/grpc-core-1.49.0.jar.sha1 b/licenses/grpc-core-1.49.0.jar.sha1 deleted file mode 100644 index 9b66d9d8..00000000 --- a/licenses/grpc-core-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -78fb298b336ddeb3a59313efdf153b7a86eb6b2c \ No newline at end of file diff --git a/licenses/grpc-core-1.52.1.jar.sha1 b/licenses/grpc-core-1.52.1.jar.sha1 new file mode 100644 index 00000000..ebfe027d --- /dev/null +++ b/licenses/grpc-core-1.52.1.jar.sha1 @@ -0,0 +1 @@ +c80b4701b0bef206b7208f4d3d941b21b527a311 \ No newline at end of file diff --git a/licenses/grpc-netty-1.49.0.jar.sha1 b/licenses/grpc-netty-1.49.0.jar.sha1 deleted file mode 100644 index e89b722b..00000000 --- a/licenses/grpc-netty-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -7761c7c61dc62ab685ea8ef44cd3b5231de6db58 \ No newline at end of file diff --git a/licenses/grpc-netty-1.52.1.jar.sha1 b/licenses/grpc-netty-1.52.1.jar.sha1 new file mode 100644 index 00000000..4bcf23ac --- /dev/null +++ b/licenses/grpc-netty-1.52.1.jar.sha1 @@ -0,0 +1 @@ +2932b68b0907060882c6ae92eb820f6fa422886f \ No newline at end of file diff --git a/licenses/grpc-protobuf-1.49.0.jar.sha1 b/licenses/grpc-protobuf-1.49.0.jar.sha1 deleted file mode 100644 index 8bbb9e67..00000000 --- a/licenses/grpc-protobuf-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6b678363aad667afac8fceedbc115c6243db42a7 \ No newline at end of file diff --git a/licenses/grpc-protobuf-1.52.1.jar.sha1 b/licenses/grpc-protobuf-1.52.1.jar.sha1 new file mode 100644 index 00000000..8d126b29 --- /dev/null +++ b/licenses/grpc-protobuf-1.52.1.jar.sha1 @@ -0,0 +1 @@ +8cd9550516c6eabdfa5fcb4fbe7a8ec38394f73d \ No newline at end of file diff --git a/licenses/grpc-protobuf-lite-1.49.0.jar.sha1 b/licenses/grpc-protobuf-lite-1.49.0.jar.sha1 deleted file mode 100644 index e824b544..00000000 --- a/licenses/grpc-protobuf-lite-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ed3825b430523f5d4cf2ff9e652e588ea3635f1a \ No newline at end of file diff --git a/licenses/grpc-protobuf-lite-1.52.1.jar.sha1 b/licenses/grpc-protobuf-lite-1.52.1.jar.sha1 new file mode 100644 index 00000000..04efe1e4 --- /dev/null +++ b/licenses/grpc-protobuf-lite-1.52.1.jar.sha1 @@ -0,0 +1 @@ +e50372c825b3b60a9c1c83895a8ac2209578260b \ No newline at end of file diff --git a/licenses/grpc-stub-1.49.0.jar.sha1 b/licenses/grpc-stub-1.49.0.jar.sha1 deleted file mode 100644 index 3137f8f6..00000000 --- a/licenses/grpc-stub-1.49.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -22181a5c46eb457255b33bc94b84bb45ff22806e \ No newline at end of file diff --git a/licenses/grpc-stub-1.52.1.jar.sha1 b/licenses/grpc-stub-1.52.1.jar.sha1 new file mode 100644 index 00000000..79fc913a --- /dev/null +++ b/licenses/grpc-stub-1.52.1.jar.sha1 @@ -0,0 +1 @@ +16726293bd4430fab8deb37b1ea2ddf8e69b85de \ No newline at end of file diff --git a/licenses/guava-30.1-jre.jar.sha1 b/licenses/guava-30.1-jre.jar.sha1 deleted file mode 100644 index 4aa531de..00000000 --- a/licenses/guava-30.1-jre.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -00d0c3ce2311c9e36e73228da25a6e99b2ab826f \ No newline at end of file diff --git a/licenses/guava-31.1-jre.jar.sha1 b/licenses/guava-31.1-jre.jar.sha1 new file mode 100644 index 00000000..e57390eb --- /dev/null +++ b/licenses/guava-31.1-jre.jar.sha1 @@ -0,0 +1 @@ +60458f877d055d0c9114d9e1a2efb737b4bc282c \ No newline at end of file diff --git a/licenses/jackson-annotations-2.14.1.jar.sha1 b/licenses/jackson-annotations-2.14.1.jar.sha1 new file mode 100644 index 00000000..e43faef9 --- /dev/null +++ b/licenses/jackson-annotations-2.14.1.jar.sha1 @@ -0,0 +1 @@ +2a6ad504d591a7903ffdec76b5b7252819a2d162 \ No newline at end of file diff --git a/licenses/jackson-databind-2.14.1.jar.sha1 b/licenses/jackson-databind-2.14.1.jar.sha1 new file mode 100644 index 00000000..0e672692 --- /dev/null +++ b/licenses/jackson-databind-2.14.1.jar.sha1 @@ -0,0 +1 @@ +268524b9056cae1211b9f1f52560ef19347f4d17 \ No newline at end of file diff --git a/licenses/performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1 b/licenses/performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1 index 6bc107d6..c91afa53 100644 --- a/licenses/performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1 +++ b/licenses/performanceanalyzer-rca-3.0.0.0-SNAPSHOT.jar.sha1 @@ -1 +1 @@ -479d18c9ac5cee1cdff0917d2eeb7c0ee93bdd69 \ No newline at end of file +fe577d1128fef8188b53607ed3b41f6ae60cd9b9 \ No newline at end of file diff --git a/licenses/protobuf-java-3.21.12.jar.sha1 b/licenses/protobuf-java-3.21.12.jar.sha1 new file mode 100644 index 00000000..e86ed957 --- /dev/null +++ b/licenses/protobuf-java-3.21.12.jar.sha1 @@ -0,0 +1 @@ +5589e79a33cb6509f7e681d7cf4fc59d47c51c71 \ No newline at end of file diff --git a/licenses/protobuf-java-3.21.8.jar.sha1 b/licenses/protobuf-java-3.21.8.jar.sha1 deleted file mode 100644 index 703c149a..00000000 --- a/licenses/protobuf-java-3.21.8.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2a1eebb74b844d9ccdf1d22eb2f57cec709698a9 \ No newline at end of file