Skip to content

Commit

Permalink
fix: bump the springframework-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
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](spring-cloud/spring-cloud-release@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](spring-projects/spring-boot@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](spring-projects/spring-boot@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 17, 2023
1 parent 105bdcf commit 6f00755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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.4'
id 'java-library'
id 'maven-publish'
Expand Down Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.4'

// Spring
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:2.7.10'
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.1.5'

// Other
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0'
Expand Down

0 comments on commit 6f00755

Please sign in to comment.