Skip to content

Commit 4f0f298

Browse files
committed
Upgrade to AssertJ 3.17.2 and Undertow 2.0.31
1 parent 4b211fb commit 4f0f298

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
@@ -131,7 +131,7 @@ configure(allprojects) { project ->
131131
entry 'tomcat-embed-core'
132132
entry 'tomcat-embed-websocket'
133133
}
134-
dependencySet(group: 'io.undertow', version: '2.0.30.Final') {
134+
dependencySet(group: 'io.undertow', version: '2.0.31.Final') {
135135
entry 'undertow-core'
136136
entry('undertow-websockets-jsr') {
137137
exclude group: "org.jboss.spec.javax.websocket", name: "jboss-websocket-api_1.1_spec"
@@ -179,7 +179,7 @@ configure(allprojects) { project ->
179179
dependency "org.testng:testng:6.14.3"
180180
dependency "org.hamcrest:hamcrest:2.1"
181181
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"
183183
dependencySet(group: 'org.xmlunit', version: '2.6.2') {
184184
entry 'xmlunit-assertj'
185185
entry('xmlunit-matchers') {

0 commit comments

Comments
 (0)