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.3.5 (#79)

This commit is contained in:
Paul-Christian Volkmer 2024-11-01 14:05:20 +01:00 committed by GitHub
parent 6cdbd35e64
commit 46ba565c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
plugins {
war
id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.5"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"
jacoco