Skip to content

Commit

Permalink
fix: bump the springframework-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 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.2
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2023.0.1...v2023.0.2)

Updates `org.springframework.boot` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2024
1 parent 951f4bf commit 78757fa
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 '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'
Expand Down Expand Up @@ -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
}
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.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'
Expand Down

0 comments on commit 78757fa

Please sign in to comment.