We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a1cad commit 094a9f9Copy full SHA for 094a9f9
runner/build.gradle
@@ -2,8 +2,8 @@ dependencies {
2
implementation project(path: ":types")
3
implementation 'com.github.rdf-connect:proto:9700abd'
4
5
- implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
6
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
7
8
implementation 'javax.annotation:javax.annotation-api:1.3.2'
9
implementation 'io.grpc:grpc-netty:1.63.0' // or latest version
0 commit comments