From c7884bcc9c3e3e45b8ec8319210a27f0bf4557a7 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 5 Nov 2025 07:39:08 +0100 Subject: chore: minor update of spring boot and other deps (#182) --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 738ed54..42a7e13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { war - id("org.springframework.boot") version "3.5.6" + id("org.springframework.boot") version "3.5.7" id("io.spring.dependency-management") version "1.1.7" id("com.diffplug.spotless") version "8.0.0" kotlin("jvm") version "2.2.10" @@ -20,7 +20,7 @@ var versions = mapOf( "mtb-dto" to "0.1.0-SNAPSHOT", "hapi-fhir" to "8.4.0", "apache-cxf" to "4.1.3", - "mockito-kotlin" to "6.0.0", + "mockito-kotlin" to "6.1.0", "archunit" to "1.4.1", // Webjars "webjars-locator" to "0.52", @@ -117,7 +117,7 @@ dependencies { integrationTestImplementation("org.htmlunit:htmlunit") integrationTestImplementation("org.springframework:spring-webflux") // Fix for CVE-2024-25710 - integrationTestImplementation("org.apache.commons:commons-compress:1.26.0") + integrationTestImplementation("org.apache.commons:commons-compress:1.27.1") } tasks.withType { -- cgit v1.2.3