From cee6e9700a2277140bce086d6f22a3584305f02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:21:02 +0000 Subject: [PATCH 1/2] Bump org.springframework.boot in the dependencies group Bumps the dependencies group with 1 update: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fe5440b..e2812b2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED plugins { - id("org.springframework.boot") version "3.3.3" + id("org.springframework.boot") version "3.3.4" id("io.spring.dependency-management") version "1.1.6" kotlin("jvm") version "2.0.20" kotlin("plugin.spring") version "2.0.20" From a632b587c1929513ebd09563d354a02d61b6c34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Vi=C3=B1as=20Alcon?= Date: Mon, 30 Sep 2024 16:52:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4182177..4ffe900 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![CI](https://github.com/rogervinas/spring-cloud-stream-kafka-step-by-step/actions/workflows/ci.yml/badge.svg) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) ![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-blue?labelColor=black) -![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.3-blue?labelColor=black) +![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.4-blue?labelColor=black) ![SpringCloud](https://img.shields.io/badge/SpringCloud-2023.0.3-blue?labelColor=black) # Spring Cloud Stream & Kafka binder step by step