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 15daf3f commit 8c11505Copy full SHA for 8c11505
lib/build.gradle
@@ -42,8 +42,8 @@ dependencies {
42
implementation 'org.apache.arrow:arrow-vector:18.3.0'
43
implementation 'commons-io:commons-io:2.20.0'
44
45
- implementation "com.fasterxml.jackson.core:jackson-core:2.18.2"
46
- implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2"
+ implementation "com.fasterxml.jackson.core:jackson-core:2.20.0"
+ implementation "com.fasterxml.jackson.core:jackson-annotations:2.20"
47
48
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
49
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
0 commit comments