Skip to content

Commit

Permalink
Bump springBoot.version from 2.4.2 to 2.7.3
Browse files Browse the repository at this point in the history
Bumps `springBoot.version` from 2.4.2 to 2.7.3.

Updates `spring-boot-dependencies` from 2.4.2 to 2.7.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.2...v2.7.3)

Updates `spring-boot-maven-plugin` from 2.3.0.RELEASE to 2.7.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.3.0.RELEASE...v2.7.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2022
1 parent 675db55 commit 9074a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Spring Boot Application to deploy reactjs application.</description>

<properties>
<springBoot.version>2.4.2</springBoot.version>
<springBoot.version>2.7.3</springBoot.version>

<springBoot.maven.plugin.version>2.3.0.RELEASE</springBoot.maven.plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.7.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9074a6f

Please sign in to comment.