Skip to content

Commit 10f6a22

Browse files
committed
Upgrade to Undertow 2.2.3 and Apache HttpCore Reactive 5.0.3
1 parent c970c31 commit 10f6a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.Final') {
142+
dependencySet(group: 'io.undertow', version: '2.2.3.Final') {
143143
entry 'undertow-core'
144144
entry('undertow-websockets-jsr') {
145145
exclude group: "org.jboss.spec.javax.websocket", name: "jboss-websocket-api_1.1_spec"
@@ -161,7 +161,7 @@ configure(allprojects) { project ->
161161
exclude group: "commons-logging", name: "commons-logging"
162162
}
163163
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'
165165
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
166166

167167
dependency "org.jruby:jruby:9.2.13.0"

0 commit comments

Comments
 (0)