@@ -128,41 +128,41 @@ configure(allprojects) { project ->
128128 dependency " org.webjars:webjars-locator-core:0.48"
129129 dependency " org.webjars:underscorejs:1.8.3"
130130
131- dependencySet(group : ' org.apache.tomcat' , version : ' 9.0.55 ' ) {
131+ dependencySet(group : ' org.apache.tomcat' , version : ' 9.0.56 ' ) {
132132 entry ' tomcat-util'
133133 entry(' tomcat-websocket' ) {
134- exclude group : " org.apache.tomcat" , name : " tomcat-websocket-api"
135134 exclude group : " org.apache.tomcat" , name : " tomcat-servlet-api"
135+ exclude group : " org.apache.tomcat" , name : " tomcat-websocket-api"
136136 }
137137 }
138- dependencySet(group : ' org.apache.tomcat.embed' , version : ' 9.0.55 ' ) {
138+ dependencySet(group : ' org.apache.tomcat.embed' , version : ' 9.0.56 ' ) {
139139 entry ' tomcat-embed-core'
140140 entry ' tomcat-embed-websocket'
141141 }
142- dependencySet(group : ' io.undertow' , version : ' 2.2.13 .Final' ) {
142+ dependencySet(group : ' io.undertow' , version : ' 2.2.14 .Final' ) {
143143 entry ' undertow-core'
144- entry(' undertow-websockets-jsr' ) {
145- exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
146- }
147144 entry(' undertow-servlet' ) {
148145 exclude group : " org.jboss.spec.javax.servlet" , name : " jboss-servlet-api_4.0_spec"
149146 exclude group : " org.jboss.spec.javax.annotation" , name : " jboss-annotations-api_1.3_spec"
150147 }
148+ entry(' undertow-websockets-jsr' ) {
149+ exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
150+ }
151151 }
152152
153- dependencySet(group : ' com.squareup.okhttp3' , version : ' 3.14.9' ) {
154- entry ' okhttp'
155- entry ' mockwebserver'
156- }
153+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.9"
154+ dependency ' org.apache.httpcomponents.client5:httpclient5:5.1.2'
155+ dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.2'
157156 dependency(" org.apache.httpcomponents:httpclient:4.5.13" ) {
158157 exclude group : " commons-logging" , name : " commons-logging"
159158 }
160- dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4 " ) {
159+ dependency(" org.apache.httpcomponents:httpasyncclient:4.1.5 " ) {
161160 exclude group : " commons-logging" , name : " commons-logging"
162161 }
163- dependency ' org.apache.httpcomponents.client5:httpclient5:5.1'
164- dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.1'
165- dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.9"
162+ dependencySet(group : ' com.squareup.okhttp3' , version : ' 3.14.9' ) {
163+ entry ' okhttp'
164+ entry ' mockwebserver'
165+ }
166166
167167 dependency " org.jruby:jruby:9.2.20.1"
168168 dependency " org.python:jython-standalone:2.7.1"
@@ -198,7 +198,7 @@ configure(allprojects) { project ->
198198 exclude group : " org.hamcrest" , name : " hamcrest-core"
199199 }
200200 }
201- dependencySet(group : ' org.mockito' , version : ' 4.0 .0' ) {
201+ dependencySet(group : ' org.mockito' , version : ' 4.1 .0' ) {
202202 entry(' mockito-core' ) {
203203 exclude group : " org.hamcrest" , name : " hamcrest-core"
204204 }
0 commit comments