Skip to content

Commit

Permalink
[Backport] Update netty to 4.1.79.Final and gson to 2.90 (#281)
Browse files Browse the repository at this point in the history
* update netty and gson (#274)
Signed-off-by: Kiran Prakash <awskiran@amazon.com>
(cherry picked from commit bdb4e7f)

* push the jar

Signed-off-by: Kiran Prakash <awskiran@amazon.com>

Signed-off-by: Kiran Prakash <awskiran@amazon.com>
  • Loading branch information
kiranprakash154 committed Sep 19, 2022
1 parent 0b3835d commit 5e4b42b
Show file tree
Hide file tree
Showing 24 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion licenses/animal-sniffer-annotations-1.19.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/animal-sniffer-annotations-1.21.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
419a9acd297cb6fe6f91b982d909f2c20e9fa5c0
1 change: 0 additions & 1 deletion licenses/grpc-api-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-api-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c68215eccc846fae786ff3bf09c216952590bc7d
1 change: 0 additions & 1 deletion licenses/grpc-context-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-context-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d689f08dcc0c010f333d832780dd66e68acbd446
1 change: 0 additions & 1 deletion licenses/grpc-core-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-core-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
78fb298b336ddeb3a59313efdf153b7a86eb6b2c
1 change: 0 additions & 1 deletion licenses/grpc-netty-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-netty-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7761c7c61dc62ab685ea8ef44cd3b5231de6db58
1 change: 0 additions & 1 deletion licenses/grpc-protobuf-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-protobuf-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6b678363aad667afac8fceedbc115c6243db42a7
1 change: 0 additions & 1 deletion licenses/grpc-protobuf-lite-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-protobuf-lite-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ed3825b430523f5d4cf2ff9e652e588ea3635f1a
1 change: 0 additions & 1 deletion licenses/grpc-stub-1.44.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-stub-1.49.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22181a5c46eb457255b33bc94b84bb45ff22806e
1 change: 0 additions & 1 deletion licenses/gson-2.8.9.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/gson-2.9.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8a1167e089096758b49f9b34066ef98b2f4b37aa
1 change: 0 additions & 1 deletion licenses/perfmark-api-0.23.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/perfmark-api-0.25.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
340a0c3d81cdcd9ecd7dc2ae00fb2633b469b157
2 changes: 1 addition & 1 deletion licenses/performanceanalyzer-rca-2.3.0.0-SNAPSHOT.jar.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17d57078dcfb3b2c61eeb96faa3dbdca16ee977b
69c72f918adcc5b2edb45d7d82cf8c18f8a59fb2
1 change: 0 additions & 1 deletion licenses/proto-google-common-protos-2.0.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/proto-google-common-protos-2.9.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e4ada41aaaf6ecdedf132f44251d0d50813f7f90

0 comments on commit 5e4b42b

Please sign in to comment.