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 ->
2828 dependencyManagement {
2929 imports {
3030 mavenBom " com.fasterxml.jackson:jackson-bom:2.12.7"
31- mavenBom " io.netty:netty-bom:4.1.101 .Final"
32- mavenBom " io.projectreactor:reactor-bom:2020.0.38 "
31+ mavenBom " io.netty:netty-bom:4.1.107 .Final"
32+ mavenBom " io.projectreactor:reactor-bom:2020.0.41 "
3333 mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR13"
3434 mavenBom " io.rsocket:rsocket-bom:1.1.3"
35- mavenBom " org.eclipse.jetty:jetty-bom:9.4.53.v20231009 "
35+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.54.v20240208 "
3636 mavenBom " org.jetbrains.kotlin:kotlin-bom:1.5.32"
3737 mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2"
3838 mavenBom " org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2"
@@ -139,7 +139,7 @@ configure(allprojects) { project ->
139139 entry ' tomcat-embed-core'
140140 entry ' tomcat-embed-websocket'
141141 }
142- dependencySet(group : ' io.undertow' , version : ' 2.2.28 .Final' ) {
142+ dependencySet(group : ' io.undertow' , version : ' 2.2.29 .Final' ) {
143143 entry ' undertow-core'
144144 entry(' undertow-servlet' ) {
145145 exclude group : " org.jboss.spec.javax.servlet" , name : " jboss-servlet-api_4.0_spec"
You can’t perform that action at this time.
0 commit comments