@@ -2,7 +2,7 @@ plugins {
22 id ' java-library'
33 id " io.freefair.lombok" version " 9.5.0"
44 id " maven-publish"
5- id " com.diffplug.spotless" version " 8.4.0 "
5+ id " com.diffplug.spotless" version " 8.5.1 "
66}
77
88group ' io.cloudquery'
@@ -38,17 +38,17 @@ dependencies {
3838 implementation ' org.apache.arrow:arrow-vector:19.0.0'
3939 implementation ' commons-io:commons-io:2.22.0'
4040
41- implementation " com.fasterxml.jackson.core:jackson-core:2.21.2 "
41+ implementation " com.fasterxml.jackson.core:jackson-core:2.21.3 "
4242 implementation " com.fasterxml.jackson.core:jackson-annotations:2.21"
4343
44- implementation ' org.apache.logging.log4j:log4j-api:2.25.4 '
45- implementation ' org.apache.logging.log4j:log4j-core:2.25.4 '
44+ implementation ' org.apache.logging.log4j:log4j-api:2.26.0 '
45+ implementation ' org.apache.logging.log4j:log4j-core:2.26.0 '
4646
4747 testImplementation ' io.grpc:grpc-testing:1.80.0'
4848 testImplementation ' io.grpc:grpc-inprocess:1.80.0'
49- testImplementation platform(' org.junit:junit-bom:6.0.3 ' )
50- testImplementation ' org.junit.jupiter:junit-jupiter:6.0.3 '
51- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3 '
49+ testImplementation platform(' org.junit:junit-bom:6.1.0 ' )
50+ testImplementation ' org.junit.jupiter:junit-jupiter:6.1.0 '
51+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.1.0 '
5252 testImplementation ' org.mockito:mockito-core:5.23.0'
5353 testImplementation ' org.mockito:mockito-junit-jupiter:5.23.0'
5454 testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.5'
0 commit comments