core: Update Spring Boot

- Also pin the Springdoc version as Gradle would not properly resolve it otherwise.
This commit is contained in:
Magnus Leßmann (@Mark.TwoFive) 2025-06-19 20:22:07 +02:00
parent a886eab7a2
commit c462614d8d
Signed by: Mark.TwoFive
GPG key ID: 58204042FE30B10C

View file

@ -1,8 +1,8 @@
plugins {
java
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("com.diffplug.spotless") version "6.25.0"
id("org.springframework.boot") version "3.5.0"
id("io.spring.dependency-management") version "1.1.7"
id("com.diffplug.spotless") version "7.0.4"
}
group = "io.github.markl4yg.hca"
@ -42,7 +42,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9")
implementation("org.flywaydb:flyway-core")