Skip to content

Commit f04c484

Browse files
fix(deps): update jackson monorepo to v2.20.1
1 parent 31f1d32 commit f04c484

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
@@ -47,8 +47,8 @@ dependencies {
4747
implementation project(path: ":types")
4848
implementation 'com.github.rdf-connect:proto:3df1a1b'
4949

50-
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
51-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
50+
implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
51+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
5252

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

0 commit comments

Comments
 (0)