From a8dac8d5e16fb7263ab18003bf63ec4667e4d7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 20:03:10 +0000 Subject: [PATCH] fix: bump the springframework-dependencies group with 3 updates Bumps the springframework-dependencies group with 3 updates: [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release), [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot). Updates `org.springframework.cloud:spring-cloud-dependencies` from 2021.0.6 to 2022.0.4 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2021.0.6...v2022.0.4) Updates `org.springframework.boot` from 2.7.10 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v3.1.5) Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.10 to 3.1.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major dependency-group: springframework-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major dependency-group: springframework-dependencies - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-major dependency-group: springframework-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- dependencies.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1828fbb..6c260f4 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.1.5' id 'io.spring.dependency-management' version '1.1.3' 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:2022.0.4' mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.0.4' mavenBom SpringBootPlugin.BOM_COORDINATES } diff --git a/dependencies.gradle b/dependencies.gradle index 3646905..7805855 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,7 +7,7 @@ dependencies { implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.3' // Spring - compileOnly 'org.springframework.boot:spring-boot-autoconfigure:2.7.10' + compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.1.5' // Other implementation 'org.apache.httpcomponents:httpcore:4.4.16' // Needed for DB connection security