File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
78
78
}
79
79
80
80
checkstyle {
81
- toolVersion = " 10.7.0 "
81
+ toolVersion = " 10.9.1 "
82
82
configDirectory. set(rootProject. file(" src/checkstyle" ))
83
83
}
84
84
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.14.2" ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.10.4" ))
12
- api(platform(" io.netty:netty-bom:4.1.89 .Final" ))
12
+ api(platform(" io.netty:netty-bom:4.1.90 .Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2022.0.4 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2022.0.5 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.8" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.20.0" ))
18
18
api(platform(" org.eclipse.jetty:jetty-bom:11.0.14" ))
19
19
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4" ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0" ))
21
21
api(platform(" org.junit:junit-bom:5.9.2" ))
22
- api(platform(" org.mockito:mockito-bom:5.1.1 " ))
22
+ api(platform(" org.mockito:mockito-bom:5.2.0 " ))
23
23
24
24
constraints {
25
25
api(" com.fasterxml:aalto-xml:1.3.1" )
You can’t perform that action at this time.
0 commit comments