From a7ccc60b432c572d4945c562f32db3bf31dfa651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:32:04 +0000 Subject: [PATCH] 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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-boot/compare/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] --- .../kotlin-asyncapi-spring-boot-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml b/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml index e0899eb5..ada4767b 100644 --- a/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml +++ b/kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml @@ -18,7 +18,7 @@ 17 2.2.0 - 3.5.0 + 3.5.3 com.asyncapi.kotlinasyncapi.example.spring.ExampleApplicationKt