Skip to content

Commit

Permalink
Bump spring.boot.version from 2.7.13 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps `spring.boot.version` from 2.7.13 to 3.1.3.

Updates `org.springframework.boot:spring-boot-configuration-processor` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-validation` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-web` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-websocket` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-devtools` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-test` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 2.7.13 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.13...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-log4j2` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-json` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.3)

Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.1...v3.1.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-websocket
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-devtools
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-log4j2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-json
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 372e738 commit 595b37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-spring-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>8</java.version>
<maven.deploy.skip>true</maven.deploy.skip>
<spring.boot.version>${springboot2.version}</spring.boot.version>
<spring.boot.version>3.1.3</spring.boot.version>
<maven.test.skip>true</maven.test.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion example-spring6-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<spring.boot.version>${springboot3.version}</spring.boot.version>
<spring.boot.version>3.1.3</spring.boot.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 595b37c

Please sign in to comment.