Skip to content

Commit 5486280

Browse files
fix(deps): update dependency org.apache.kafka:kafka-clients to v3.9.0 (#313)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.kafka:kafka-clients](https://kafka.apache.org) | `3.8.0` -> `3.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.kafka:kafka-clients/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.kafka:kafka-clients/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.kafka:kafka-clients/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.kafka:kafka-clients/3.8.0/3.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/newrelic/nri-kafka). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fac9b27 commit 5486280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/integration/consumer-producer

tests/integration/consumer-producer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>org.apache.kafka</groupId>
1212
<artifactId>kafka-clients</artifactId>
13-
<version>3.8.0</version>
13+
<version>3.9.0</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>org.apache.kafka</groupId>

0 commit comments

Comments
 (0)