1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

chore: update to Spring Boot 3.2.7

This commit is contained in:
Paul-Christian Volkmer 2024-07-15 07:58:36 +02:00
parent 99efd6c98a
commit 87658bfa58

View File

@ -4,7 +4,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
plugins {
war
id("org.springframework.boot") version "3.2.6"
id("org.springframework.boot") version "3.2.7"
id("io.spring.dependency-management") version "1.1.5"
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"