@@ -8,7 +8,7 @@ plugins {
8
8
9
9
id ' com.github.andygoossens.modernizer' version ' 1.10.0'
10
10
11
- id ' me.champeau.jmh' version ' 0.7.2 '
11
+ id ' me.champeau.jmh' version ' 0.7.3 '
12
12
13
13
// This is https://github.com/java9-modularity/gradle-modules-plugin/pull/282
14
14
id ' com.github.koppor.gradle-modules-plugin' version ' v1.8.15-cmd-1'
@@ -29,7 +29,7 @@ plugins {
29
29
30
30
id ' idea'
31
31
32
- id ' org.openrewrite.rewrite' version ' 7.1.4 '
32
+ id ' org.openrewrite.rewrite' version ' 7.2.0 '
33
33
34
34
id " org.itsallcode.openfasttrace" version " 3.0.1"
35
35
}
@@ -277,7 +277,7 @@ dependencies {
277
277
implementation ' org.tinylog:tinylog-impl:2.7.0'
278
278
279
279
// route all requests to java.util.logging to SLF4J (which in turn routes to tinylog)
280
- implementation ' org.slf4j:jul-to-slf4j:2.0.16 '
280
+ implementation ' org.slf4j:jul-to-slf4j:2.0.17 '
281
281
// route all requests to log4j to SLF4J
282
282
implementation ' org.apache.logging.log4j:log4j-to-slf4j:2.24.3'
283
283
@@ -382,7 +382,7 @@ dependencies {
382
382
implementation ' io.zonky.test.postgres:embedded-postgres-binaries-linux-arm64v8'
383
383
384
384
testImplementation ' io.github.classgraph:classgraph:4.8.179'
385
- testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
385
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.1 '
386
386
testImplementation ' org.junit.platform:junit-platform-launcher:1.11.4'
387
387
388
388
testImplementation ' org.mockito:mockito-core:5.16.0'
0 commit comments