diff options
| author | Paul-Christian Volkmer | 2025-11-05 07:39:08 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-05 07:39:08 +0100 |
| commit | c7884bcc9c3e3e45b8ec8319210a27f0bf4557a7 (patch) | |
| tree | 57f9cc384e20ec3f00d3a9c2d2a0d6650ae71d8c | |
| parent | 759d3df5008eb94f66449c08ea9853c2dfb904a5 (diff) | |
chore: minor update of spring boot and other deps (#182)
| -rw-r--r-- | build.gradle.kts | 6 |
1 files 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<KotlinCompile> { |
