File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id ' io.github.goooler.shadow' version ' 8.1.8' apply false
10
10
id ' me.champeau.jmh' version ' 0.7.2' apply false
11
11
id ' me.champeau.mrjar' version ' 0.1.1'
12
- id " net.ltgt.errorprone" version " 3 .1.0" apply false
12
+ id " net.ltgt.errorprone" version " 4 .1.0" apply false
13
13
}
14
14
15
15
ext {
@@ -102,7 +102,7 @@ configure([rootProject] + javaProjects) { project ->
102
102
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
103
103
// See https://github.com/spring-projects/spring-framework/issues/27497
104
104
//
105
- // "https://junit.org/junit5/docs/5.11.4 /api/",
105
+ // "https://junit.org/junit5/docs/5.12.0 /api/",
106
106
" https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/" ,
107
107
// "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
108
108
" https://r2dbc.io/spec/1.0.0.RELEASE/api/" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.17" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1" ))
22
22
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3" ))
23
- api(platform(" org.junit:junit-bom:5.11.4 " ))
23
+ api(platform(" org.junit:junit-bom:5.12.0 " ))
24
24
api(platform(" org.mockito:mockito-bom:5.16.0" ))
25
25
26
26
constraints {
You can’t perform that action at this time.
0 commit comments