|
1 | 1 | plugins { |
2 | 2 | id 'java-library' |
3 | | - id "io.freefair.lombok" version "9.0.0" |
| 3 | + id "io.freefair.lombok" version "9.2.0" |
4 | 4 | id "maven-publish" |
5 | | - id "com.diffplug.spotless" version "8.0.0" |
| 5 | + id "com.diffplug.spotless" version "8.2.0" |
6 | 6 | } |
7 | 7 |
|
8 | 8 | group 'io.cloudquery' |
@@ -30,29 +30,29 @@ dependencies { |
30 | 30 | implementation 'com.google.guava:guava:33.5.0-jre' |
31 | 31 | implementation 'info.picocli:picocli:4.7.7' |
32 | 32 | implementation 'com.google.guava:guava:33.5.0-jre' |
33 | | - implementation 'io.grpc:grpc-protobuf:1.76.0' |
34 | | - implementation 'io.grpc:grpc-stub:1.76.0' |
35 | | - implementation 'io.grpc:grpc-services:1.76.0' |
36 | | - implementation 'io.cloudquery:plugin-pb-java:0.0.41' |
| 33 | + implementation 'io.grpc:grpc-protobuf:1.78.0' |
| 34 | + implementation 'io.grpc:grpc-stub:1.78.0' |
| 35 | + implementation 'io.grpc:grpc-services:1.78.0' |
| 36 | + implementation 'io.cloudquery:plugin-pb-java:0.0.42' |
37 | 37 | implementation 'org.apache.arrow:arrow-memory-core:18.3.0' |
38 | 38 | implementation 'org.apache.arrow:arrow-vector:18.3.0' |
39 | 39 | implementation 'commons-io:commons-io:2.21.0' |
40 | 40 |
|
41 | | - implementation "com.fasterxml.jackson.core:jackson-core:2.20.1" |
42 | | - implementation "com.fasterxml.jackson.core:jackson-annotations:2.20" |
| 41 | + implementation "com.fasterxml.jackson.core:jackson-core:2.21.0" |
| 42 | + implementation "com.fasterxml.jackson.core:jackson-annotations:2.21" |
43 | 43 |
|
44 | 44 | implementation 'org.apache.logging.log4j:log4j-api:2.25.3' |
45 | 45 | implementation 'org.apache.logging.log4j:log4j-core:2.25.3' |
46 | 46 |
|
47 | | - testImplementation 'io.grpc:grpc-testing:1.76.0' |
48 | | - testImplementation 'io.grpc:grpc-inprocess:1.76.0' |
49 | | - testImplementation platform('org.junit:junit-bom:6.0.0') |
50 | | - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0' |
51 | | - testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0' |
52 | | - testImplementation 'org.mockito:mockito-core:5.20.0' |
53 | | - testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0' |
54 | | - testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.2.5' |
55 | | - testImplementation 'org.assertj:assertj-core:3.27.6' |
| 47 | + testImplementation 'io.grpc:grpc-testing:1.78.0' |
| 48 | + testImplementation 'io.grpc:grpc-inprocess:1.78.0' |
| 49 | + testImplementation platform('org.junit:junit-bom:6.0.2') |
| 50 | + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' |
| 51 | + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2' |
| 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.3.1' |
| 55 | + testImplementation 'org.assertj:assertj-core:3.27.7' |
56 | 56 | testRuntimeOnly 'org.junit.platform:junit-platform-launcher' |
57 | 57 |
|
58 | 58 | runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0" |
|
0 commit comments