From eab1dc3fe643a4620e0b878332c935afdc2cd780 Mon Sep 17 00:00:00 2001 From: Kiran Prakash Date: Thu, 15 Sep 2022 15:13:21 -0700 Subject: [PATCH] update netty and gson (#274) Signed-off-by: Kiran Prakash (cherry picked from commit bdb4e7f5fca0bc49d5ee2c5c21809a302e385cdd) --- build.gradle | 6 +++++- licenses/animal-sniffer-annotations-1.19.jar.sha1 | 1 - licenses/animal-sniffer-annotations-1.21.jar.sha1 | 1 + licenses/grpc-api-1.44.0.jar.sha1 | 1 - licenses/grpc-api-1.49.0.jar.sha1 | 1 + licenses/grpc-context-1.44.0.jar.sha1 | 1 - licenses/grpc-context-1.49.0.jar.sha1 | 1 + licenses/grpc-core-1.44.0.jar.sha1 | 1 - licenses/grpc-core-1.49.0.jar.sha1 | 1 + licenses/grpc-netty-1.44.0.jar.sha1 | 1 - licenses/grpc-netty-1.49.0.jar.sha1 | 1 + licenses/grpc-protobuf-1.44.0.jar.sha1 | 1 - licenses/grpc-protobuf-1.49.0.jar.sha1 | 1 + licenses/grpc-protobuf-lite-1.44.0.jar.sha1 | 1 - licenses/grpc-protobuf-lite-1.49.0.jar.sha1 | 1 + licenses/grpc-stub-1.44.0.jar.sha1 | 1 - licenses/grpc-stub-1.49.0.jar.sha1 | 1 + licenses/gson-2.8.9.jar.sha1 | 1 - licenses/gson-2.9.0.jar.sha1 | 1 + licenses/perfmark-api-0.23.0.jar.sha1 | 1 - licenses/perfmark-api-0.25.0.jar.sha1 | 1 + licenses/proto-google-common-protos-2.0.1.jar.sha1 | 1 - licenses/proto-google-common-protos-2.9.0.jar.sha1 | 1 + 23 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 licenses/animal-sniffer-annotations-1.19.jar.sha1 create mode 100644 licenses/animal-sniffer-annotations-1.21.jar.sha1 delete mode 100644 licenses/grpc-api-1.44.0.jar.sha1 create mode 100644 licenses/grpc-api-1.49.0.jar.sha1 delete mode 100644 licenses/grpc-context-1.44.0.jar.sha1 create mode 100644 licenses/grpc-context-1.49.0.jar.sha1 delete mode 100644 licenses/grpc-core-1.44.0.jar.sha1 create mode 100644 licenses/grpc-core-1.49.0.jar.sha1 delete mode 100644 licenses/grpc-netty-1.44.0.jar.sha1 create mode 100644 licenses/grpc-netty-1.49.0.jar.sha1 delete mode 100644 licenses/grpc-protobuf-1.44.0.jar.sha1 create mode 100644 licenses/grpc-protobuf-1.49.0.jar.sha1 delete mode 100644 licenses/grpc-protobuf-lite-1.44.0.jar.sha1 create mode 100644 licenses/grpc-protobuf-lite-1.49.0.jar.sha1 delete mode 100644 licenses/grpc-stub-1.44.0.jar.sha1 create mode 100644 licenses/grpc-stub-1.49.0.jar.sha1 delete mode 100644 licenses/gson-2.8.9.jar.sha1 create mode 100644 licenses/gson-2.9.0.jar.sha1 delete mode 100644 licenses/perfmark-api-0.23.0.jar.sha1 create mode 100644 licenses/perfmark-api-0.25.0.jar.sha1 delete mode 100644 licenses/proto-google-common-protos-2.0.1.jar.sha1 create mode 100644 licenses/proto-google-common-protos-2.9.0.jar.sha1 diff --git a/build.gradle b/build.gradle index 2d930f07..50f2938d 100644 --- a/build.gradle +++ b/build.gradle @@ -314,6 +314,10 @@ dependencies { force = 'true' } + implementation("io.netty:netty-transport-native-unix-common:${nettyVersion}") { + 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' @@ -342,7 +346,7 @@ dependencies { testImplementation(group: 'org.objenesis', name: 'objenesis', version: '3.0.1') { force = 'true' } - testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9' + testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0' } dependencyLicenses { diff --git a/licenses/animal-sniffer-annotations-1.19.jar.sha1 b/licenses/animal-sniffer-annotations-1.19.jar.sha1 deleted file mode 100644 index 680fe0ed..00000000 --- a/licenses/animal-sniffer-annotations-1.19.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1536e1a8fd552dc05f12b5f0827fbb2ee3d5a89b \ No newline at end of file diff --git a/licenses/animal-sniffer-annotations-1.21.jar.sha1 b/licenses/animal-sniffer-annotations-1.21.jar.sha1 new file mode 100644 index 00000000..2ae934f3 --- /dev/null +++ b/licenses/animal-sniffer-annotations-1.21.jar.sha1 @@ -0,0 +1 @@ +419a9acd297cb6fe6f91b982d909f2c20e9fa5c0 \ No newline at end of file diff --git a/licenses/grpc-api-1.44.0.jar.sha1 b/licenses/grpc-api-1.44.0.jar.sha1 deleted file mode 100644 index 77c156f3..00000000 --- a/licenses/grpc-api-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0c1e6c5359d1501affbfee4926d1e4c584619570 \ 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 new file mode 100644 index 00000000..1d706d14 --- /dev/null +++ b/licenses/grpc-api-1.49.0.jar.sha1 @@ -0,0 +1 @@ +c68215eccc846fae786ff3bf09c216952590bc7d \ No newline at end of file diff --git a/licenses/grpc-context-1.44.0.jar.sha1 b/licenses/grpc-context-1.44.0.jar.sha1 deleted file mode 100644 index c2dbadf0..00000000 --- a/licenses/grpc-context-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -343f88cb505db0976f1632df5edd17105cc4b74a \ 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 new file mode 100644 index 00000000..388b3e44 --- /dev/null +++ b/licenses/grpc-context-1.49.0.jar.sha1 @@ -0,0 +1 @@ +d689f08dcc0c010f333d832780dd66e68acbd446 \ No newline at end of file diff --git a/licenses/grpc-core-1.44.0.jar.sha1 b/licenses/grpc-core-1.44.0.jar.sha1 deleted file mode 100644 index c4f77312..00000000 --- a/licenses/grpc-core-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b68d6638bee520200b8121bec5427722f2e0ec04 \ 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 new file mode 100644 index 00000000..9b66d9d8 --- /dev/null +++ b/licenses/grpc-core-1.49.0.jar.sha1 @@ -0,0 +1 @@ +78fb298b336ddeb3a59313efdf153b7a86eb6b2c \ No newline at end of file diff --git a/licenses/grpc-netty-1.44.0.jar.sha1 b/licenses/grpc-netty-1.44.0.jar.sha1 deleted file mode 100644 index ad63d18d..00000000 --- a/licenses/grpc-netty-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d72c64d1efa954b2ce836e30f673183af10ac767 \ 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 new file mode 100644 index 00000000..e89b722b --- /dev/null +++ b/licenses/grpc-netty-1.49.0.jar.sha1 @@ -0,0 +1 @@ +7761c7c61dc62ab685ea8ef44cd3b5231de6db58 \ No newline at end of file diff --git a/licenses/grpc-protobuf-1.44.0.jar.sha1 b/licenses/grpc-protobuf-1.44.0.jar.sha1 deleted file mode 100644 index d0f53b04..00000000 --- a/licenses/grpc-protobuf-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -aa739c79bd405f4d0a78735d82e6de847c7eec0b \ 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 new file mode 100644 index 00000000..8bbb9e67 --- /dev/null +++ b/licenses/grpc-protobuf-1.49.0.jar.sha1 @@ -0,0 +1 @@ +6b678363aad667afac8fceedbc115c6243db42a7 \ No newline at end of file diff --git a/licenses/grpc-protobuf-lite-1.44.0.jar.sha1 b/licenses/grpc-protobuf-lite-1.44.0.jar.sha1 deleted file mode 100644 index c55b39be..00000000 --- a/licenses/grpc-protobuf-lite-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -99bd18a0d30535ca47948359016e2ad1df92247c \ 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 new file mode 100644 index 00000000..e824b544 --- /dev/null +++ b/licenses/grpc-protobuf-lite-1.49.0.jar.sha1 @@ -0,0 +1 @@ +ed3825b430523f5d4cf2ff9e652e588ea3635f1a \ No newline at end of file diff --git a/licenses/grpc-stub-1.44.0.jar.sha1 b/licenses/grpc-stub-1.44.0.jar.sha1 deleted file mode 100644 index 6f0956f9..00000000 --- a/licenses/grpc-stub-1.44.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5ee58904e9be31aca2682340c8f05f2bc51ccb6c \ 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 new file mode 100644 index 00000000..3137f8f6 --- /dev/null +++ b/licenses/grpc-stub-1.49.0.jar.sha1 @@ -0,0 +1 @@ +22181a5c46eb457255b33bc94b84bb45ff22806e \ No newline at end of file diff --git a/licenses/gson-2.8.9.jar.sha1 b/licenses/gson-2.8.9.jar.sha1 deleted file mode 100644 index f7a8108d..00000000 --- a/licenses/gson-2.8.9.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8a432c1d6825781e21a02db2e2c33c5fde2833b9 \ No newline at end of file diff --git a/licenses/gson-2.9.0.jar.sha1 b/licenses/gson-2.9.0.jar.sha1 new file mode 100644 index 00000000..8e9626b0 --- /dev/null +++ b/licenses/gson-2.9.0.jar.sha1 @@ -0,0 +1 @@ +8a1167e089096758b49f9b34066ef98b2f4b37aa \ No newline at end of file diff --git a/licenses/perfmark-api-0.23.0.jar.sha1 b/licenses/perfmark-api-0.23.0.jar.sha1 deleted file mode 100644 index b1062a46..00000000 --- a/licenses/perfmark-api-0.23.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -0b813b7539fae6550541da8caafd6add86d4e22f \ No newline at end of file diff --git a/licenses/perfmark-api-0.25.0.jar.sha1 b/licenses/perfmark-api-0.25.0.jar.sha1 new file mode 100644 index 00000000..ec7bdfa5 --- /dev/null +++ b/licenses/perfmark-api-0.25.0.jar.sha1 @@ -0,0 +1 @@ +340a0c3d81cdcd9ecd7dc2ae00fb2633b469b157 \ No newline at end of file diff --git a/licenses/proto-google-common-protos-2.0.1.jar.sha1 b/licenses/proto-google-common-protos-2.0.1.jar.sha1 deleted file mode 100644 index 886fd68e..00000000 --- a/licenses/proto-google-common-protos-2.0.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -20827628ea2b9f69ae22987b2aedb0050e9c470d \ No newline at end of file diff --git a/licenses/proto-google-common-protos-2.9.0.jar.sha1 b/licenses/proto-google-common-protos-2.9.0.jar.sha1 new file mode 100644 index 00000000..91f08097 --- /dev/null +++ b/licenses/proto-google-common-protos-2.9.0.jar.sha1 @@ -0,0 +1 @@ +e4ada41aaaf6ecdedf132f44251d0d50813f7f90 \ No newline at end of file