Bump spring.boot.version from 3.5.0 to 3.5.1 (#2479)

Bumps `spring.boot.version` from 3.5.0 to 3.5.1.

Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.1)

Updates `org.springframework.boot:spring-boot-starter` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 3.5.1
  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>
This commit is contained in:
dependabot[bot]
2025-06-20 08:55:33 +03:00
committed by GitHub
parent a91fc61b8b
commit 3b002b03dd

View File

@@ -49,7 +49,7 @@
<java.client.version>17</java.client.version>
<!-- must be the same as the parent version -->
<spring.boot.version>3.5.0</spring.boot.version>
<spring.boot.version>3.5.1</spring.boot.version>
<spring.cloud.version>2025.0.0</spring.cloud.version>
<springdoc-openapi.version>2.8.9</springdoc-openapi.version>
<spring.plugin.core.version>3.0.0</spring.plugin.core.version>