From e3991f2042f1697e1c23c3d383d851d378323f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 11:57:37 +0000 Subject: [PATCH] Bump spring-kafka from 2.6.6 to 2.6.7 Bumps [spring-kafka](https://github.com/spring-projects/spring-kafka) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/spring-projects/spring-kafka/releases) - [Commits](https://github.com/spring-projects/spring-kafka/compare/v2.6.6...v2.6.7) Signed-off-by: dependabot[bot] --- synapse-kafka/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse-kafka/build.gradle b/synapse-kafka/build.gradle index 84094e57..b1c5b085 100644 --- a/synapse-kafka/build.gradle +++ b/synapse-kafka/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation "com.google.guava:guava:30.1-jre" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2" - implementation "org.springframework.kafka:spring-kafka:2.6.6" + implementation "org.springframework.kafka:spring-kafka:2.6.7" testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-all:1.3'