diff --git a/testing-ktx/build.gradle b/testing-ktx/build.gradle index f1715a0..4ccf22c 100644 --- a/testing-ktx/build.gradle +++ b/testing-ktx/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.arch.core:core-testing:2.2.0' - testImplementation 'org.assertj:assertj-core:3.27.2' + testImplementation 'org.assertj:assertj-core:3.27.3' } task sourcesJar(type: Jar) { diff --git a/testing/build.gradle b/testing/build.gradle index a2fe754..b6ac89a 100644 --- a/testing/build.gradle +++ b/testing/build.gradle @@ -31,7 +31,7 @@ dependencies { testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.arch.core:core-testing:2.2.0' - testImplementation 'org.assertj:assertj-core:3.27.2' + testImplementation 'org.assertj:assertj-core:3.27.3' } task sourcesJar(type: Jar) {