diff --git a/build.gradle b/build.gradle index 5ad6c6b..88d5d27 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { - id 'org.springframework.boot' version '3.2.5' + id 'org.springframework.boot' version '3.3.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:2023.0.1' + mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.2' mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.2' mavenBom SpringBootPlugin.BOM_COORDINATES } diff --git a/dependencies.gradle b/dependencies.gradle index 85b68f9..c0cdeed 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -8,7 +8,7 @@ dependencies { implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.12' // Spring - compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.5' + compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.3.1' // Other implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'