diff options
| author | Paul-Christian Volkmer | 2024-04-19 09:41:17 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-04-19 09:41:17 +0200 |
| commit | 1651f446feb7c71286570de2e3ea2194cc03ed56 (patch) | |
| tree | 7ad43d0b09a91eb778868eb6321b92d59933a8bb /build.gradle.kts | |
| parent | 056a0870657a0b4b9ff6d968efed54118fb8a569 (diff) | |
chore: update spring boot and other dependencies
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 4fc419b..15ff918 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,23 +4,23 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { war - id("org.springframework.boot") version "3.2.4" + id("org.springframework.boot") version "3.2.5" id("io.spring.dependency-management") version "1.1.4" - kotlin("jvm") version "1.9.22" - kotlin("plugin.spring") version "1.9.22" + kotlin("jvm") version "1.9.23" + kotlin("plugin.spring") version "1.9.23" } group = "de.ukw.ccc" -version = "0.9.2" +version = "0.9.3" var versions = mapOf( "bwhc-dto-java" to "0.2.0", - "hapi-fhir" to "6.10.2", - "httpclient5" to "5.2.1", - "mockito-kotlin" to "5.2.1", + "hapi-fhir" to "6.10.5", + "httpclient5" to "5.2.3", + "mockito-kotlin" to "5.3.1", // Webjars "echarts" to "5.4.3", - "htmx.org" to "1.9.10" + "htmx.org" to "1.9.11" ) java { |
