Skip to content

Commit 60aa934

Browse files
authored
Merge pull request #32 from qoomon/dependabot/gradle/org.assertj-assertj-core-3.20.2
build(deps): bump assertj-core from 3.19.0 to 3.20.2
2 parents 78dd47a + a61cfa6 commit 60aa934

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
@@ -28,7 +28,7 @@ dependencies {
2828

2929
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0-M1'
3030
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0-M1'
31-
testImplementation 'org.assertj:assertj-core:3.19.0'
31+
testImplementation 'org.assertj:assertj-core:3.20.2'
3232
}
3333

3434
test {

0 commit comments

Comments
 (0)