Skip to content

Commit 2dc096d

Browse files
build: bump spring.boot.version from 4.0.5 to 4.0.6 (#515)
Bumps `spring.boot.version` from 4.0.5 to 4.0.6. Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-starter-validation` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-starter-web` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72e60bb commit 2dc096d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<msgpack.version>0.9.11</msgpack.version>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<slf4j.version>2.0.17</slf4j.version>
31-
<spring.boot.version>4.0.5</spring.boot.version>
31+
<spring.boot.version>4.0.6</spring.boot.version>
3232
<xmlgraphics.version>2.11</xmlgraphics.version>
3333
</properties>
3434
<dependencyManagement>

0 commit comments

Comments
 (0)