Skip to content

Commit 094a9f9

Browse files
Update jackson monorepo to v2.19.2
1 parent 22a1cad commit 094a9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ dependencies {
22
implementation project(path: ":types")
33
implementation 'com.github.rdf-connect:proto:9700abd'
44

5-
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
6-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
5+
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2'
6+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
77

88
implementation 'javax.annotation:javax.annotation-api:1.3.2'
99
implementation 'io.grpc:grpc-netty:1.63.0' // or latest version

0 commit comments

Comments
 (0)