diff --git a/build.gradle.kts b/build.gradle.kts index 798f6600e..319fc65c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { `java-library` id("org.graalvm.buildtools.native") version "1.0.0" id("com.gradleup.shadow") version "9.4.1" - id("io.freefair.lombok") version "9.2.0" + id("io.freefair.lombok") version "9.4.0" `maven-publish` } @@ -76,7 +76,7 @@ dependencies { api("com.zaxxer:HikariCP:7.0.2") api("org.postgresql:postgresql:42.7.10") api("org.jdbi:jdbi3-postgres:3.52.1") - api("com.google.guava:guava:33.5.0-jre") + api("com.google.guava:guava:33.6.0-jre") api("ch.qos.logback:logback-classic:1.5.32") api("org.slf4j:slf4j-api:2.0.17") api("org.slf4j:jul-to-slf4j:2.0.17") @@ -89,8 +89,8 @@ dependencies { testImplementation(platform("org.junit:junit-bom:6.0.3")) testImplementation("org.junit.jupiter:junit-jupiter") - testImplementation("org.testcontainers:testcontainers:2.0.4") - testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.4") + testImplementation("org.testcontainers:testcontainers:2.0.5") + testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.5") testRuntimeOnly("org.junit.platform:junit-platform-launcher") compileOnly("com.google.auto.service:auto-service-annotations:1.1.1") annotationProcessor("com.google.auto.service:auto-service:1.1.1")