|
1 | 1 | plugins { |
2 | 2 | id 'java-library' |
3 | | - id "io.freefair.lombok" version "8.11" |
| 3 | + id "io.freefair.lombok" version "8.14.2" |
4 | 4 | id "maven-publish" |
5 | 5 | id "com.diffplug.spotless" version "6.25.0" |
6 | 6 | } |
@@ -34,22 +34,22 @@ dependencies { |
34 | 34 | implementation 'com.google.guava:guava:33.5.0-jre' |
35 | 35 | implementation 'info.picocli:picocli:4.7.7' |
36 | 36 | implementation 'com.google.guava:guava:33.5.0-jre' |
37 | | - implementation 'io.grpc:grpc-protobuf:1.70.0' |
38 | | - implementation 'io.grpc:grpc-stub:1.70.0' |
39 | | - implementation 'io.grpc:grpc-services:1.70.0' |
| 37 | + implementation 'io.grpc:grpc-protobuf:1.75.0' |
| 38 | + implementation 'io.grpc:grpc-stub:1.75.0' |
| 39 | + implementation 'io.grpc:grpc-services:1.75.0' |
40 | 40 | implementation 'io.cloudquery:plugin-pb-java:0.0.35' |
41 | 41 | implementation 'org.apache.arrow:arrow-memory-core:18.3.0' |
42 | 42 | implementation 'org.apache.arrow:arrow-vector:18.3.0' |
43 | 43 | implementation 'commons-io:commons-io:2.20.0' |
44 | 44 |
|
45 | | - implementation "com.fasterxml.jackson.core:jackson-core:2.18.2" |
46 | | - implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2" |
| 45 | + implementation "com.fasterxml.jackson.core:jackson-core:2.20.0" |
| 46 | + implementation "com.fasterxml.jackson.core:jackson-annotations:2.20" |
47 | 47 |
|
48 | | - implementation 'org.apache.logging.log4j:log4j-api:2.24.3' |
49 | | - implementation 'org.apache.logging.log4j:log4j-core:2.24.3' |
| 48 | + implementation 'org.apache.logging.log4j:log4j-api:2.25.2' |
| 49 | + implementation 'org.apache.logging.log4j:log4j-core:2.25.2' |
50 | 50 |
|
51 | | - testImplementation 'io.grpc:grpc-testing:1.70.0' |
52 | | - testImplementation 'io.grpc:grpc-inprocess:1.70.0' |
| 51 | + testImplementation 'io.grpc:grpc-testing:1.75.0' |
| 52 | + testImplementation 'io.grpc:grpc-inprocess:1.75.0' |
53 | 53 | testImplementation platform('org.junit:junit-bom:5.11.4') |
54 | 54 | testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' |
55 | 55 | testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' |
|
0 commit comments