1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-28 20:36:51 +00:00

chore: update Spring Boot (#111)

This commit is contained in:
Paul-Christian Volkmer 2025-04-26 11:18:40 +02:00 committed by GitHub
parent c6b37fda69
commit b939b2bf57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
plugins {
war
id("org.springframework.boot") version "3.4.4"
id("org.springframework.boot") version "3.4.5"
id("io.spring.dependency-management") version "1.1.7"
kotlin("jvm") version "1.9.25"
kotlin("plugin.spring") version "1.9.25"