Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
4285e0b9ca
Bump spring-boot-starter-web from RELEASE to 2.5.12
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from RELEASE to 2.5.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/commits/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>
2022-03-31 20:02:39 +00:00

View File

@ -30,7 +30,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>RELEASE</version>
<version>2.5.12</version>
<scope>compile</scope>
</dependency>
</dependencies>