@@ -12,9 +12,9 @@ dependencies {
1212 compileOnly project(' :x-pack:plugin:esql:compute' )
1313 compileOnly project(' :x-pack:plugin:esql-core' )
1414 compileOnly project(' :x-pack:plugin:mapper-version' )
15- implementation(' org.apache.arrow:arrow-vector:16.1 .0' )
16- implementation(' org.apache.arrow:arrow-format:16.1 .0' )
17- implementation(' org.apache.arrow:arrow-memory-core:16.1 .0' )
15+ implementation(' org.apache.arrow:arrow-vector:18.3 .0' )
16+ implementation(' org.apache.arrow:arrow-format:18.3 .0' )
17+ implementation(' org.apache.arrow:arrow-memory-core:18.3 .0' )
1818 implementation(' org.checkerframework:checker-qual:3.42.0' )
1919 implementation(' com.google.flatbuffers:flatbuffers-java:23.5.26' )
2020 // Needed for the json arrow serialization, and loaded even if we don't use it.
@@ -25,7 +25,7 @@ dependencies {
2525 runtimeOnly " org.slf4j:slf4j-nop:${ versions.slf4j} "
2626
2727 testImplementation project(' :test:framework' )
28- testImplementation(' org.apache.arrow:arrow-memory-unsafe:16.1 .0' )
28+ testImplementation(' org.apache.arrow:arrow-memory-unsafe:18.3 .0' )
2929 testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${ versions.jackson} " )
3030}
3131
@@ -38,18 +38,8 @@ tasks.named("dependencyLicenses").configure {
3838tasks. named(" thirdPartyAudit" ). configure {
3939 ignoreViolations(
4040 // uses sun.misc.Unsafe. Only used in tests.
41- ' org.apache.arrow.memory.util.hash.SimpleHasher' ,
42- ' org.apache.arrow.memory.util.hash.MurmurHasher' ,
4341 ' org.apache.arrow.memory.util.MemoryUtil' ,
4442 ' org.apache.arrow.memory.util.MemoryUtil$1' ,
45- ' org.apache.arrow.vector.DecimalVector' ,
46- ' org.apache.arrow.vector.BaseFixedWidthVector' ,
47- ' org.apache.arrow.vector.util.DecimalUtility' ,
48- ' org.apache.arrow.vector.Decimal256Vector' ,
49- ' org.apache.arrow.vector.util.VectorAppender' ,
50- ' org.apache.arrow.memory.ArrowBuf' ,
51- ' org.apache.arrow.vector.BitVectorHelper' ,
52- ' org.apache.arrow.memory.util.ByteFunctionHelpers' ,
5343 )
5444 ignoreMissingClasses(
5545 ' org.apache.commons.codec.binary.Hex'
0 commit comments