Skip to content

Commit 5417273

Browse files
committed
Use assertj 3.19.0
1 parent 52e840a commit 5417273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020

2121
implementation "com.squareup.okhttp3:okhttp:$versions.okhttp"
2222

23-
testImplementation 'org.assertj:assertj-core:3.15.0'
23+
testImplementation 'org.assertj:assertj-core:3.19.0'
2424
testImplementation "org.junit.jupiter:junit-jupiter-api:${versions.jupiter}"
2525
testImplementation "org.junit.jupiter:junit-jupiter-params:${versions.jupiter}"
2626
testRuntime "org.junit.jupiter:junit-jupiter-engine:${versions.jupiter}"

0 commit comments

Comments
 (0)