diff --git a/build.gradle.kts b/build.gradle.kts index 1073d48..e3ee00b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { testImplementation("commons-io:commons-io:2.20.0") testImplementation("commons-codec:commons-codec:1.19.0") testImplementation("org.testcontainers:testcontainers:1.21.3") - testImplementation("org.jetbrains:annotations:26.0.2") + testImplementation("org.jetbrains:annotations:26.0.2-1") testImplementation("ch.qos.logback:logback-classic:1.5.18") testImplementation("org.hamcrest:hamcrest:3.0") testImplementation("org.mockito:mockito-core:5.19.0")