Skip to content

Commit 6024962

Browse files
committed
fix(deps): Update jackson monorepo
1 parent cf80c9e commit 6024962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
implementation 'org.apache.arrow:arrow-vector:18.3.0'
3939
implementation 'commons-io:commons-io:2.21.0'
4040

41-
implementation "com.fasterxml.jackson.core:jackson-core:2.20.1"
42-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.20"
41+
implementation "com.fasterxml.jackson.core:jackson-core:2.21.0"
42+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.21"
4343

4444
implementation 'org.apache.logging.log4j:log4j-api:2.25.3'
4545
implementation 'org.apache.logging.log4j:log4j-core:2.25.3'

0 commit comments

Comments
 (0)