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 31f1d32 commit f04c484Copy full SHA for f04c484
runner/build.gradle
@@ -47,8 +47,8 @@ dependencies {
47
implementation project(path: ":types")
48
implementation 'com.github.rdf-connect:proto:3df1a1b'
49
50
- implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
51
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
+ implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
52
53
implementation 'javax.annotation:javax.annotation-api:1.3.2'
54
implementation 'io.grpc:grpc-netty:1.63.0' // or latest version
0 commit comments