File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ configure(allprojects) { project ->
28
28
dependencyManagement {
29
29
imports {
30
30
mavenBom " com.fasterxml.jackson:jackson-bom:2.12.7"
31
- mavenBom " io.netty:netty-bom:4.1.77 .Final"
31
+ mavenBom " io.netty:netty-bom:4.1.79 .Final"
32
32
mavenBom " io.projectreactor:reactor-bom:2020.0.21"
33
33
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR13"
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.2"
35
- mavenBom " org.eclipse.jetty:jetty-bom:9.4.46.v20220331 "
35
+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.48.v20220622 "
36
36
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.5.32"
37
37
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2"
38
38
mavenBom " org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2"
@@ -139,7 +139,7 @@ configure(allprojects) { project ->
139
139
entry ' tomcat-embed-core'
140
140
entry ' tomcat-embed-websocket'
141
141
}
142
- dependencySet(group : ' io.undertow' , version : ' 2.2.17 .Final' ) {
142
+ dependencySet(group : ' io.undertow' , version : ' 2.2.18 .Final' ) {
143
143
entry ' undertow-core'
144
144
entry(' undertow-servlet' ) {
145
145
exclude group : " org.jboss.spec.javax.servlet" , name : " jboss-servlet-api_4.0_spec"
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340
340
}
341
341
342
342
checkstyle {
343
- toolVersion = " 10.3"
343
+ toolVersion = " 10.3.1 "
344
344
configDirectory. set(rootProject. file(" src/checkstyle" ))
345
345
}
346
346
You can’t perform that action at this time.
0 commit comments