@@ -27,22 +27,22 @@ dependencies {
2727
2828 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
2929 implementation ' org.jooq:joou:0.9.5'
30- implementation ' com.google.guava:guava:33.5 .0-jre'
30+ implementation ' com.google.guava:guava:33.6 .0-jre'
3131 implementation ' info.picocli:picocli:4.7.7'
32- implementation ' com.google.guava:guava:33.5 .0-jre'
32+ implementation ' com.google.guava:guava:33.6 .0-jre'
3333 implementation ' io.grpc:grpc-protobuf:1.80.0'
3434 implementation ' io.grpc:grpc-stub:1.80.0'
3535 implementation ' io.grpc:grpc-services:1.80.0'
3636 implementation ' io.cloudquery:plugin-pb-java:0.0.45'
3737 implementation ' org.apache.arrow:arrow-memory-core:19.0.0'
3838 implementation ' org.apache.arrow:arrow-vector:19.0.0'
39- implementation ' commons-io:commons-io:2.21 .0'
39+ implementation ' commons-io:commons-io:2.22 .0'
4040
4141 implementation " com.fasterxml.jackson.core:jackson-core:2.21.2"
4242 implementation " com.fasterxml.jackson.core:jackson-annotations:2.21"
4343
44- implementation ' org.apache.logging.log4j:log4j-api:2.25.3 '
45- implementation ' org.apache.logging.log4j:log4j-core:2.25.3 '
44+ implementation ' org.apache.logging.log4j:log4j-api:2.25.4 '
45+ implementation ' org.apache.logging.log4j:log4j-core:2.25.4 '
4646
4747 testImplementation ' io.grpc:grpc-testing:1.80.0'
4848 testImplementation ' io.grpc:grpc-inprocess:1.80.0'
@@ -51,7 +51,7 @@ dependencies {
5151 testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3'
5252 testImplementation ' org.mockito:mockito-core:5.23.0'
5353 testImplementation ' org.mockito:mockito-junit-jupiter:5.23.0'
54- testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.4.1 '
54+ testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.5 '
5555 testImplementation ' org.assertj:assertj-core:3.27.7'
5656 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5757
0 commit comments