From eb4f061479160c49c985286f5a705f0b4cbdd51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:18:13 +0000 Subject: [PATCH] fix: bump the springframework-dependencies group across 1 directory with 3 updates Bumps the springframework-dependencies group with 3 updates in the / directory: [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 2023.0.1 to 2023.0.3 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.1...v2023.0.3) Updates `org.springframework.boot` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.2) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: springframework-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: springframework-dependencies - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor 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 a499ca0..81b423d 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.2' id 'io.spring.dependency-management' version '1.1.6' 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.3' mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.1.3' mavenBom SpringBootPlugin.BOM_COORDINATES } diff --git a/dependencies.gradle b/dependencies.gradle index 02d41ab..9ef09e3 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,7 +7,7 @@ dependencies { implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.14' // Spring - compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.5' + compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.3.2' // Other implementation 'org.apache.httpcomponents:httpcore:4.4.16' // Needed for DB connection security