Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-web (#1319)
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 2.7.14 to 2.7.15.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.14...v2.7.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent 269009b commit eaa557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gradle/example-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
mainClassName = "io.github.kobylynskyi.product.Application"

dependencies {
implementation "org.springframework.boot:spring-boot-starter-web:2.7.14"
implementation "org.springframework.boot:spring-boot-starter-web:2.7.15"
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.14"

implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
Expand Down

0 comments on commit eaa557a

Please sign in to comment.