From 3a19212a7847d0f5959d0f66ae37fe1e2d7f8fe6 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 9 Mar 2025 09:38:59 +0100 Subject: [PATCH] chore: update Spring Boot --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 011ade4..205f1ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { war - id("org.springframework.boot") version "3.2.11" + id("org.springframework.boot") version "3.2.12" id("io.spring.dependency-management") version "1.1.5" kotlin("jvm") version "1.9.24" kotlin("plugin.spring") version "1.9.24" @@ -86,7 +86,7 @@ dependencies { integrationTestImplementation("org.testcontainers:junit-jupiter") integrationTestImplementation("org.testcontainers:postgresql") // Override dependency version from org.testcontainers:junit-jupiter - CVE-2024-26308, CVE-2024-25710 - integrationTestImplementation("org.apache.commons:commons-compress:1.26.1") + integrationTestImplementation("org.apache.commons:commons-compress:1.26.2") } tasks.withType {