File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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.2 .Final' ) {
142
+ dependencySet(group : ' io.undertow' , version : ' 2.2.3 .Final' ) {
143
143
entry ' undertow-core'
144
144
entry(' undertow-websockets-jsr' ) {
145
145
exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
@@ -161,7 +161,7 @@ configure(allprojects) { project ->
161
161
exclude group : " commons-logging" , name : " commons-logging"
162
162
}
163
163
dependency ' org.apache.httpcomponents.client5:httpclient5:5.0.3'
164
- dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.2 '
164
+ dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3 '
165
165
dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
166
166
167
167
dependency " org.jruby:jruby:9.2.13.0"
You can’t perform that action at this time.
0 commit comments