Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-web
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.5.22.RELEASE to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v1.5.22.RELEASE...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent c9abb7e commit c39f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation group: 'com.rabbitmq', name: 'amqp-client', version: '5.21.0'
implementation group: 'io.searchbox', name: 'jest', version:'6.3.1'
implementation group: 'org.elasticsearch', name: 'elasticsearch', version:'8.13.2'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version:'1.5.22.RELEASE'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version:'3.2.5'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version:'1.5.22.RELEASE'
implementation group: 'mysql', name: 'mysql-connector-java', version:'8.0.33'
implementation group: 'com.sparkpost', name: 'sparkpost-lib', version:'0.27'
Expand Down

0 comments on commit c39f929

Please sign in to comment.