From 7c99460edae8e2039e4c7f07630878dcc25bd355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:57:06 +0000 Subject: [PATCH] Bump org.springframework.kafka:spring-kafka from 3.0.11 to 3.3.2 Bumps [org.springframework.kafka:spring-kafka](https://github.com/spring-projects/spring-kafka) from 3.0.11 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-kafka/releases) - [Commits](https://github.com/spring-projects/spring-kafka/compare/v3.0.11...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.kafka:spring-kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96ccfa3..c14845f 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1' implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8' implementation 'org.apache.httpcomponents:httpclient:4.5.13' - implementation 'org.springframework.kafka:spring-kafka:3.0.11' + implementation 'org.springframework.kafka:spring-kafka:3.3.2' implementation 'org.springframework.boot:spring-boot-starter-actuator:3.1.4' implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'