Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Bump spring-boot-starter-web in /examples/spring/servlet (#2099)
Browse files Browse the repository at this point in the history
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.0.5.RELEASE to 2.5.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.0.5.RELEASE...v2.5.12)

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

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] committed Apr 29, 2022
1 parent a6ec041 commit f9c76ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spring/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<apachehttp.version>4.1.4</apachehttp.version>
<opencensus.version>0.26.0</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
<prometheus.version>0.6.0</prometheus.version>
<springboot.version>2.0.5.RELEASE</springboot.version>
<springboot.version>2.5.12</springboot.version>
<java.version>1.8</java.version>
</properties>

Expand Down

0 comments on commit f9c76ae

Please sign in to comment.