@@ -11,8 +11,8 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}")
11
11
12
12
plugins {
13
13
id(" java-library" )
14
- id(" com.diffplug.gradle.spotless" ) version " 6.22 .0" apply (false )
15
- id(" com.github.spotbugs" ) version " 5.1.5 " apply (false )
14
+ id(" com.diffplug.gradle.spotless" ) version " 6.25 .0" apply (false )
15
+ id(" com.github.spotbugs" ) version " 6.0.4 " apply (false )
16
16
id(" com.asarkar.gradle.build-time-tracker" ) version " 4.3.0"
17
17
}
18
18
@@ -101,15 +101,15 @@ subprojects {
101
101
}
102
102
103
103
dependencies {
104
- val log4jVersion = " 2.20.0 "
105
- val guavaVersion = " 32.1.3 -jre"
104
+ val log4jVersion = " 2.22.1 "
105
+ val guavaVersion = " 33.0.0 -jre"
106
106
implementation(" org.apache.logging.log4j:log4j-core:$log4jVersion " )
107
- implementation(" com.github.spotbugs:spotbugs-annotations:4.8.0 " )
107
+ implementation(" com.github.spotbugs:spotbugs-annotations:4.8.3 " )
108
108
implementation(" com.google.guava:guava:$guavaVersion " )
109
109
110
- val junitVersion = " 5.10.0 "
111
- val truthVersion = " 1.1.5 "
112
- val mockitoVersion = " 5.6 .0"
110
+ val junitVersion = " 5.10.1 "
111
+ val truthVersion = " 1.3.0 "
112
+ val mockitoVersion = " 5.10 .0"
113
113
testImplementation(" org.junit.jupiter:junit-jupiter:$junitVersion " )
114
114
testImplementation(" com.google.truth:truth:$truthVersion " )
115
115
testImplementation(" com.google.truth.extensions:truth-java8-extension:$truthVersion " )
0 commit comments