Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade guava,protobuf minor versions #374

Merged
merged 1 commit into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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}") {
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions licenses/checker-qual-3.29.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a805a761b7a734d69f9c1766ead1ff78698a1497
1 change: 0 additions & 1 deletion licenses/checker-qual-3.5.0.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion licenses/grpc-api-1.49.0.jar.sha1

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions licenses/grpc-stub-1.52.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16726293bd4430fab8deb37b1ea2ddf8e69b85de
1 change: 0 additions & 1 deletion licenses/guava-30.1-jre.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/guava-31.1-jre.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60458f877d055d0c9114d9e1a2efb737b4bc282c
1 change: 1 addition & 0 deletions licenses/jackson-annotations-2.14.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2a6ad504d591a7903ffdec76b5b7252819a2d162
1 change: 1 addition & 0 deletions licenses/jackson-databind-2.14.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
268524b9056cae1211b9f1f52560ef19347f4d17
Original file line number Diff line number Diff line change
@@ -1 +1 @@
479d18c9ac5cee1cdff0917d2eeb7c0ee93bdd69
fe577d1128fef8188b53607ed3b41f6ae60cd9b9
1 change: 1 addition & 0 deletions licenses/protobuf-java-3.21.12.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5589e79a33cb6509f7e681d7cf4fc59d47c51c71
1 change: 0 additions & 1 deletion licenses/protobuf-java-3.21.8.jar.sha1

This file was deleted.