Skip to content

Commit e290137

Browse files
authored
Merge branch 'main' into renovate/major-junit
2 parents 470fee7 + b023d40 commit e290137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'java-library'
3-
id "io.freefair.lombok" version "8.14.2"
3+
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'
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
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)