diff options
| author | Paul-Christian Volkmer | 2024-04-19 09:49:49 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-04-19 09:50:19 +0200 |
| commit | ed6d21e920df4165c7937526809133d77aff4230 (patch) | |
| tree | 74ae482c73b1adaf5cdeafe5e1c7ef7a7e56bf4d | |
| parent | 550bee5ad3945672e6a30488c583909f7784f430 (diff) | |
| parent | 8313420de539dc57a090a19979030dd688e53399 (diff) | |
Merge branch 'v0.9.x'
| -rw-r--r-- | build.gradle.kts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index f35cf47..1d4f826 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,10 +4,10 @@ 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" @@ -20,7 +20,7 @@ var versions = mapOf( "mockito-kotlin" to "5.2.1", // Webjars "echarts" to "5.4.3", - "htmx.org" to "1.9.10" + "htmx.org" to "1.9.11" ) java { |
