Skip to content

Commit 1b3295c

Browse files
chore(deps): bump spring-boot.version from 3.5.0 to 3.5.3
Bumps `spring-boot.version` from 3.5.0 to 3.5.3. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.0 to 3.5.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec980bb commit 1b3295c

File tree

1 file changed

+1
-1
lines changed
  • kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example

1 file changed

+1
-1
lines changed

kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<java.version>17</java.version>
2020
<kotlin.version>2.1.21</kotlin.version>
21-
<spring-boot.version>3.5.0</spring-boot.version>
21+
<spring-boot.version>3.5.3</spring-boot.version>
2222
<main.class>com.asyncapi.kotlinasyncapi.example.spring.ExampleApplicationKt</main.class>
2323
</properties>
2424

0 commit comments

Comments
 (0)