Skip to content

Commit

Permalink
Chore(deps): bump the minor-patch-group group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-group group with 2 updates: [org.springframework.shell:spring-shell-dependencies](https://github.com/spring-projects/spring-shell) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


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

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

---
updated-dependencies:
- dependency-name: org.springframework.shell:spring-shell-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent c2e9ae0 commit 2520f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.0'
id 'org.springframework.boot' version '3.3.1'
id 'io.spring.dependency-management' version '1.1.5'
id 'com.diffplug.spotless' version '6.25.0'
}
Expand All @@ -25,7 +25,7 @@ repositories {
}

ext {
springShellVersion = '3.2.5'
springShellVersion = '3.3.1'
}

dependencyManagement {
Expand Down

0 comments on commit 2520f50

Please sign in to comment.