Skip to content

Commit 47190ef

Browse files
Bump org.springframework.kafka:spring-kafka-bom from 3.3.2 to 3.3.3 (#5736)
Bumps [org.springframework.kafka:spring-kafka-bom](https://github.com/spring-projects/spring-kafka) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-kafka/releases) - [Commits](spring-projects/spring-kafka@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.kafka:spring-kafka-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18d3a3b commit 47190ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vividus-plugin-kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation project(':vividus-soft-assert')
1212
implementation project(':vividus-util')
1313

14-
implementation platform(group: 'org.springframework.kafka', name: 'spring-kafka-bom', version: '3.3.2')
14+
implementation platform(group: 'org.springframework.kafka', name: 'spring-kafka-bom', version: '3.3.3')
1515
implementation(group: 'org.springframework.kafka', name: 'spring-kafka')
1616
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.16')
1717
implementation(group: 'org.slf4j', name: 'slf4j-api')

0 commit comments

Comments
 (0)