diff --git a/build.gradle.kts b/build.gradle.kts index e6a0467..cd42356 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,12 +31,12 @@ dependencies { api("dev.cel:compiler:0.12.0") api("dev.cel:runtime:0.12.0") implementation("com.google.guava:guava:33.6.0-jre") - implementation("org.slf4j:slf4j-api:2.0.17") + implementation("org.slf4j:slf4j-api:2.0.18") testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.assertj:assertj-core:3.27.7") - testRuntimeOnly("org.slf4j:slf4j-simple:2.0.17") + testRuntimeOnly("org.slf4j:slf4j-simple:2.0.18") "integrationTestImplementation"(platform("org.testcontainers:testcontainers-bom:1.20.4")) "integrationTestImplementation"("org.testcontainers:junit-jupiter")