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 @@ -131,7 +131,7 @@ configure(allprojects) { project ->
131
131
entry ' tomcat-embed-core'
132
132
entry ' tomcat-embed-websocket'
133
133
}
134
- dependencySet(group : ' io.undertow' , version : ' 2.0.30 .Final' ) {
134
+ dependencySet(group : ' io.undertow' , version : ' 2.0.31 .Final' ) {
135
135
entry ' undertow-core'
136
136
entry(' undertow-websockets-jsr' ) {
137
137
exclude group : " org.jboss.spec.javax.websocket" , name : " jboss-websocket-api_1.1_spec"
@@ -179,7 +179,7 @@ configure(allprojects) { project ->
179
179
dependency " org.testng:testng:6.14.3"
180
180
dependency " org.hamcrest:hamcrest:2.1"
181
181
dependency " org.awaitility:awaitility:3.1.6"
182
- dependency " org.assertj:assertj-core:3.17.1 "
182
+ dependency " org.assertj:assertj-core:3.17.2 "
183
183
dependencySet(group : ' org.xmlunit' , version : ' 2.6.2' ) {
184
184
entry ' xmlunit-assertj'
185
185
entry(' xmlunit-matchers' ) {
You can’t perform that action at this time.
0 commit comments