From e3efd2694534f33f88e5d9313e1502db42893dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:11:15 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [com.google.guava:guava](https://github.com/google/guava), [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java), [org.testcontainers:testcontainers-junit-jupiter](https://github.com/testcontainers/testcontainers-java) and [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `com.google.guava:guava` from 33.5.0-jre to 33.6.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.testcontainers:testcontainers` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.4...2.0.5) Updates `org.testcontainers:testcontainers-junit-jupiter` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.4...2.0.5) Updates `io.freefair.lombok` from 9.2.0 to 9.4.0 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/9.2.0...9.4.0) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.6.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers-junit-jupiter dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.freefair.lombok dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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")