Skip to content

Commit 926c385

Browse files
committed
Upgrade to AssertJ 3.13.2
1 parent 47f3996 commit 926c385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ configure(allprojects) { project ->
186186
}
187187
dependency "org.testng:testng:6.14.3"
188188
dependency "org.hamcrest:hamcrest:2.1"
189-
dependency "org.assertj:assertj-core:3.13.1"
189+
dependency "org.assertj:assertj-core:3.13.2"
190190
dependencySet(group: 'org.xmlunit', version: '2.6.2') {
191191
entry 'xmlunit-assertj'
192192
entry('xmlunit-matchers') {

0 commit comments

Comments
 (0)