Skip to content

Commit

Permalink
Bump springKafkaVersion from 2.7.8 to 2.8.2
Browse files Browse the repository at this point in the history
Bumps `springKafkaVersion` from 2.7.8 to 2.8.2.

Updates `spring-kafka` from 2.7.8 to 2.8.2
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v2.7.8...v2.8.2)

Updates `spring-kafka-test` from 2.7.8 to 2.8.2
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v2.7.8...v2.8.2)

---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.kafka:spring-kafka-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2022
1 parent 0a3bedb commit e2fc9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-kafka/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.description = 'Vividus plugin for Apache Kafka'

ext.springKafkaVersion = '2.7.8'
ext.springKafkaVersion = '2.8.2'

dependencies {
api project(':vividus-engine')
Expand Down

0 comments on commit e2fc9b3

Please sign in to comment.