summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-11-05 07:39:08 +0100
committerPaul-Christian Volkmer2025-11-07 10:38:11 +0100
commitfd315558ff0d97723bcb97bd87ee8018dcc6d0e5 (patch)
tree08b91ad795096b28c648acbad0036beeee0ef422
parent160222b488580f19a68600ad09ef73984b8eead1 (diff)
chore: minor update of spring boot and other deps (#182)
(cherry picked from commit c7884bcc9c3e3e45b8ec8319210a27f0bf4557a7)
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 5053602..a2d2eda 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"
kotlin("jvm") version "1.9.25"
kotlin("plugin.spring") version "1.9.25"
@@ -112,7 +112,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> {