diff --git a/build.gradle b/build.gradle index 690e8d5..2e26561 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { - id 'org.springframework.boot' version '2.7.10' + id 'org.springframework.boot' version '3.2.1' id 'io.spring.dependency-management' version '1.1.4' id 'java-library' id 'maven-publish' @@ -44,7 +44,7 @@ jacocoTestReport { apply plugin: 'io.spring.dependency-management' dependencyManagement { imports { - mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2021.0.6' + mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.0' mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.0' mavenBom SpringBootPlugin.BOM_COORDINATES } diff --git a/dependencies.gradle b/dependencies.gradle index c20110e..f00cf85 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -8,7 +8,7 @@ dependencies { implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.6' // Spring - compileOnly 'org.springframework.boot:spring-boot-autoconfigure:2.7.10' + compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.1' // Other implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0'