Skip to content

Commit

Permalink
build(deps): bump spring-boot.version from 3.3.0 to 3.3.1
Browse files Browse the repository at this point in the history
Bumps `spring-boot.version` from 3.3.0 to 3.3.1.

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.3.1)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 6b6dc88 commit 00c5f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- The jhipster-framework version should be the same as the artifact version above -->
<jhipster-framework.version>8.5.1-SNAPSHOT</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>3.3.0</spring-boot.version>
<spring-boot.version>3.3.1</spring-boot.version>

<!-- Build properties -->
<java.version>17</java.version>
Expand Down

0 comments on commit 00c5f8c

Please sign in to comment.