diff options
| author | Paul-Christian Volkmer | 2026-04-01 11:07:05 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2026-04-01 11:07:24 +0200 |
| commit | 230395aa0c0583e7e613e8b982314d0dbbd7c669 (patch) | |
| tree | df012d008981f5b1c21fcebe72a8225e3b15c4d3 /build.gradle.kts | |
| parent | 0651f87895a51748a8df6499888586583022bdca (diff) | |
deps: update Spring Boot version to 4.0.5
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 4aef4ec..7a0c276 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { java - id("org.springframework.boot") version "4.0.4" + id("org.springframework.boot") version "4.0.5" id("io.spring.dependency-management") version "1.1.7" id("com.diffplug.spotless") version "8.0.0" id("net.ltgt.errorprone") version "5.1.0" @@ -24,7 +24,7 @@ version = "0.15.7" // x-release-please-version val mtbDtoVersion by extra("0.2.0") val hapiFhirVersion by extra("8.4.2") val apacheCxfVersion by extra("4.1.5") -val springModulithVersion by extra("2.0.3") +val springModulithVersion by extra("2.0.5") val springRetryVersion by extra("2.0.12") // Additional test versions |
