Skip to content

Commit b8ac476

Browse files
Merge branch 'main' into renovate/io.freefair.lombok-9.x
2 parents 4f33ef1 + 119c9b1 commit b8ac476

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java-library'
33
id "io.freefair.lombok" version "9.0.0"
44
id "maven-publish"
5-
id "com.diffplug.spotless" version "7.2.1"
5+
id "com.diffplug.spotless" version "8.0.0"
66
}
77

88
group 'io.cloudquery'
@@ -46,11 +46,11 @@ dependencies {
4646

4747
testImplementation 'io.grpc:grpc-testing:1.75.0'
4848
testImplementation 'io.grpc:grpc-inprocess:1.75.0'
49-
testImplementation platform('org.junit:junit-bom:5.11.4')
50-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
51-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
49+
testImplementation platform('org.junit:junit-bom:5.13.4')
50+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
51+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
5252
testImplementation 'org.mockito:mockito-core:5.20.0'
53-
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
53+
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.1.1'
5555
testImplementation 'org.assertj:assertj-core:3.27.6'
5656
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)