@@ -2,7 +2,7 @@ plugins {
22 id ' java-library'
33 id " io.freefair.lombok" version " 9.2.0"
44 id " maven-publish"
5- id " com.diffplug.spotless" version " 8.2.1 "
5+ id " com.diffplug.spotless" version " 8.4.0 "
66}
77
88group ' io.cloudquery'
@@ -34,28 +34,28 @@ dependencies {
3434 implementation ' io.grpc:grpc-stub:1.79.0'
3535 implementation ' io.grpc:grpc-services:1.79.0'
3636 implementation ' io.cloudquery:plugin-pb-java:0.0.43'
37- implementation ' org.apache.arrow:arrow-memory-core:18.3 .0'
37+ implementation ' org.apache.arrow:arrow-memory-core:19.0 .0'
3838 implementation ' org.apache.arrow:arrow-vector:19.0.0'
3939 implementation ' commons-io:commons-io:2.21.0'
4040
41- implementation " com.fasterxml.jackson.core:jackson-core:2.21.0 "
41+ implementation " com.fasterxml.jackson.core:jackson-core:2.21.2 "
4242 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'
4646
47- testImplementation ' io.grpc:grpc-testing:1.79 .0'
48- testImplementation ' io.grpc:grpc-inprocess:1.79 .0'
47+ testImplementation ' io.grpc:grpc-testing:1.80 .0'
48+ testImplementation ' io.grpc:grpc-inprocess:1.80 .0'
4949 testImplementation platform(' org.junit:junit-bom:6.0.3' )
5050 testImplementation ' org.junit.jupiter:junit-jupiter:6.0.3'
5151 testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3'
52- testImplementation ' org.mockito:mockito-core:5.21 .0'
53- testImplementation ' org.mockito:mockito-junit-jupiter:5.21 .0'
54- testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.4'
52+ testImplementation ' org.mockito:mockito-core:5.23 .0'
53+ testImplementation ' org.mockito:mockito-junit-jupiter:5.23 .0'
54+ testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.4.1 '
5555 testImplementation ' org.assertj:assertj-core:3.27.7'
5656 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5757
58- runtimeOnly " org.apache.arrow:arrow-memory-netty:18.3 .0"
58+ runtimeOnly " org.apache.arrow:arrow-memory-netty:19.0 .0"
5959}
6060
6161test {
0 commit comments