Skip to content

Commit b0c7b1b

Browse files
Merge branch 'main' into renovate/mikepenz-action-junit-report-5.x
2 parents ee60b33 + 612917d commit b0c7b1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
plugins {
1010
// Apply the foojay-resolver plugin to allow automatic download of JDKs
11-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
11+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
1212
}
1313

1414
rootProject.name = 'plugin-sdk-java'

0 commit comments

Comments
 (0)