@@ -28,11 +28,11 @@ configure(allprojects) { project ->
28
28
dependencyManagement {
29
29
imports {
30
30
mavenBom " com.fasterxml.jackson:jackson-bom:2.12.3"
31
- mavenBom " io.netty:netty-bom:4.1.63 .Final"
31
+ mavenBom " io.netty:netty-bom:4.1.65 .Final"
32
32
mavenBom " io.projectreactor:reactor-bom:2020.0.7"
33
- mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR9 "
33
+ mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR10 "
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.0"
35
- mavenBom " org.eclipse.jetty:jetty-bom:9.4.40.v20210413 "
35
+ mavenBom " org.eclipse.jetty:jetty-bom:9.4.41.v20210516 "
36
36
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.5.0"
37
37
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.0"
38
38
mavenBom " org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.0"
@@ -138,7 +138,7 @@ configure(allprojects) { project ->
138
138
entry ' tomcat-embed-core'
139
139
entry ' tomcat-embed-websocket'
140
140
}
141
- dependencySet(group : ' io.undertow' , version : ' 2.2.7 .Final' ) {
141
+ dependencySet(group : ' io.undertow' , version : ' 2.2.8 .Final' ) {
142
142
entry ' undertow-core'
143
143
entry(' undertow-websockets-jsr' ) {
144
144
exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
@@ -159,9 +159,9 @@ configure(allprojects) { project ->
159
159
dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
160
160
exclude group : " commons-logging" , name : " commons-logging"
161
161
}
162
- dependency ' org.apache.httpcomponents.client5:httpclient5:5.0.3 '
163
- dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3 '
164
- dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.6 "
162
+ dependency ' org.apache.httpcomponents.client5:httpclient5:5.1 '
163
+ dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.1 '
164
+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.8 "
165
165
166
166
dependency " org.jruby:jruby:9.2.16.0"
167
167
dependency " org.python:jython-standalone:2.7.1"
0 commit comments