Skip to content

Commit

Permalink
Bump spring-boot.version from 2.4.4 to 2.4.5 (#1009)
Browse files Browse the repository at this point in the history
Bumps `spring-boot.version` from 2.4.4 to 2.4.5.

Updates `spring-boot-starter-web` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.4...v2.4.5)

Updates `spring-boot-starter-undertow` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.4...v2.4.5)

Updates `spring-boot-starter-test` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.4...v2.4.5)

Updates `spring-boot-autoconfigure` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.4...v2.4.5)

Updates `spring-boot-configuration-processor` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.4...v2.4.5)

Updates `spring-boot-starter` from 2.4.4 to 2.4.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.4...v2.4.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored May 3, 2021
1 parent 8c4f6cc commit 79b0bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logbook-spring-boot-webflux-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
v2 so we have to prevent testing this module against 4-th spring -->
<properties>
<spring.version>${spring5.version}</spring.version>
<spring-boot.version>2.4.4</spring-boot.version>
<spring-boot.version>2.4.5</spring-boot.version>
<spring-security.version>${spring-security5.version}</spring-security.version>
</properties>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<spring-security5.version>5.4.2</spring-security5.version>

<spring.version>5.3.5</spring.version>
<spring-boot.version>2.4.4</spring-boot.version>
<spring-boot.version>2.4.5</spring-boot.version>
<spring-security.version>5.4.5</spring-security.version>

<junit.version>5.7.1</junit.version>
Expand Down

0 comments on commit 79b0bcc

Please sign in to comment.