@@ -128,41 +128,41 @@ configure(allprojects) { project ->
128
128
dependency " org.webjars:webjars-locator-core:0.48"
129
129
dependency " org.webjars:underscorejs:1.8.3"
130
130
131
- dependencySet(group : ' org.apache.tomcat' , version : ' 9.0.55 ' ) {
131
+ dependencySet(group : ' org.apache.tomcat' , version : ' 9.0.56 ' ) {
132
132
entry ' tomcat-util'
133
133
entry(' tomcat-websocket' ) {
134
- exclude group : " org.apache.tomcat" , name : " tomcat-websocket-api"
135
134
exclude group : " org.apache.tomcat" , name : " tomcat-servlet-api"
135
+ exclude group : " org.apache.tomcat" , name : " tomcat-websocket-api"
136
136
}
137
137
}
138
- dependencySet(group : ' org.apache.tomcat.embed' , version : ' 9.0.55 ' ) {
138
+ dependencySet(group : ' org.apache.tomcat.embed' , version : ' 9.0.56 ' ) {
139
139
entry ' tomcat-embed-core'
140
140
entry ' tomcat-embed-websocket'
141
141
}
142
- dependencySet(group : ' io.undertow' , version : ' 2.2.13 .Final' ) {
142
+ dependencySet(group : ' io.undertow' , version : ' 2.2.14 .Final' ) {
143
143
entry ' undertow-core'
144
- entry(' undertow-websockets-jsr' ) {
145
- exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
146
- }
147
144
entry(' undertow-servlet' ) {
148
145
exclude group : " org.jboss.spec.javax.servlet" , name : " jboss-servlet-api_4.0_spec"
149
146
exclude group : " org.jboss.spec.javax.annotation" , name : " jboss-annotations-api_1.3_spec"
150
147
}
148
+ entry(' undertow-websockets-jsr' ) {
149
+ exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
150
+ }
151
151
}
152
152
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'
157
156
dependency(" org.apache.httpcomponents:httpclient:4.5.13" ) {
158
157
exclude group : " commons-logging" , name : " commons-logging"
159
158
}
160
- dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4 " ) {
159
+ dependency(" org.apache.httpcomponents:httpasyncclient:4.1.5 " ) {
161
160
exclude group : " commons-logging" , name : " commons-logging"
162
161
}
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
+ }
166
166
167
167
dependency " org.jruby:jruby:9.2.20.1"
168
168
dependency " org.python:jython-standalone:2.7.1"
@@ -198,7 +198,7 @@ configure(allprojects) { project ->
198
198
exclude group : " org.hamcrest" , name : " hamcrest-core"
199
199
}
200
200
}
201
- dependencySet(group : ' org.mockito' , version : ' 4.0 .0' ) {
201
+ dependencySet(group : ' org.mockito' , version : ' 4.1 .0' ) {
202
202
entry(' mockito-core' ) {
203
203
exclude group : " org.hamcrest" , name : " hamcrest-core"
204
204
}
0 commit comments