core: Update Spring Boot
- Also pin the Springdoc version as Gradle would not properly resolve it otherwise.
This commit is contained in:
parent
a886eab7a2
commit
c462614d8d
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue