Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-boot-starter-web from 2.2.1.RELEASE to 2.5.12 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring-boot-starter-web from 2.2.1.RELEASE to 2.5.12
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.2.1.RELEASE to 2.5.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.1.RELEASE...v2.5.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 31, 2022
commit 7c0e2fc822122b3b3ed4beb9dcd4cc967ae70a8a
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.reporting.outputEncoding>${project.encoding}</project.reporting.outputEncoding>

<java.version>1.8</java.version>
<spring.boot.version>2.2.1.RELEASE</spring.boot.version>
<spring.boot.version>2.5.12</spring.boot.version>
<lombok.version>1.18.10</lombok.version>
<postgreSQL.version>42.2.8</postgreSQL.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down