Skip to content

Commit 9c48e20

Browse files
chore(deps): bump spring-boot.version from 3.5.6 to 3.5.7 (#196)
Bumps `spring-boot.version` from 3.5.6 to 3.5.7. Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.7 dependency-type: direct:development 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> Co-authored-by: Eve <bot+eve@asyncapi.io>
1 parent ff11a32 commit 9c48e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-asyncapi-spring-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<spring-framework.version>6.2.12</spring-framework.version>
19-
<spring-boot.version>3.5.6</spring-boot.version>
19+
<spring-boot.version>3.5.7</spring-boot.version>
2020
</properties>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)