diff --git a/build.gradle b/build.gradle index 90a9ca5..97f2d58 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'com.google.guava:guava:33.0.0-jre' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' - testImplementation 'org.assertj:assertj-core:3.25.2' + testImplementation 'org.assertj:assertj-core:3.25.3' testImplementation 'commons-io:commons-io:2.15.1' testImplementation 'org.awaitility:awaitility:4.2.0' testRuntimeOnly "org.slf4j:slf4j-api:2.0.11"