11plugins {
22 id ' java-library'
3- id " io.freefair.lombok" version " 8.10.2 "
3+ id " io.freefair.lombok" version " 8.11 "
44 id " maven-publish"
55 id " com.diffplug.spotless" version " 6.25.0"
66}
@@ -37,13 +37,13 @@ dependencies {
3737 implementation ' io.grpc:grpc-protobuf:1.68.1'
3838 implementation ' io.grpc:grpc-stub:1.68.1'
3939 implementation ' io.grpc:grpc-services:1.68.1'
40- implementation ' io.cloudquery:plugin-pb-java:0.0.27 '
40+ implementation ' io.cloudquery:plugin-pb-java:0.0.28 '
4141 implementation ' org.apache.arrow:arrow-memory-core:18.1.0'
4242 implementation ' org.apache.arrow:arrow-vector:18.1.0'
4343 implementation ' commons-io:commons-io:2.18.0'
4444
4545 implementation " com.fasterxml.jackson.core:jackson-core:2.18.1"
46- implementation " com.fasterxml.jackson.core:jackson-annotations:2.18.1 "
46+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.18.2 "
4747
4848 implementation ' org.apache.logging.log4j:log4j-api:2.24.2'
4949 implementation ' org.apache.logging.log4j:log4j-core:2.24.2'
@@ -55,7 +55,7 @@ dependencies {
5555 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3'
5656 testImplementation ' org.mockito:mockito-core:5.14.2'
5757 testImplementation ' org.mockito:mockito-junit-jupiter:5.14.2'
58- testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.17.3 '
58+ testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.17.4 '
5959 testImplementation ' org.assertj:assertj-core:3.26.3'
6060 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3'
6161
0 commit comments