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 41b6392 commit e4c74ddCopy full SHA for e4c74dd
1 file changed
lib/build.gradle
@@ -38,8 +38,8 @@ dependencies {
38
implementation 'org.apache.arrow:arrow-vector:19.0.0'
39
implementation 'commons-io:commons-io:2.22.0'
40
41
- implementation "com.fasterxml.jackson.core:jackson-core:2.21.3"
42
- implementation "com.fasterxml.jackson.core:jackson-annotations:2.21"
+ implementation "com.fasterxml.jackson.core:jackson-core:2.22.0"
+ implementation "com.fasterxml.jackson.core:jackson-annotations:2.22"
43
44
implementation 'org.apache.logging.log4j:log4j-api:2.26.0'
45
implementation 'org.apache.logging.log4j:log4j-core:2.26.0'
0 commit comments