Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 2.8.1 to 7.6.1-ce
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 2.8.1 to 7.6.1-ce.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 0f48825 commit 3fe68ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pinot-compatibility-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<pinot.root>${basedir}/..</pinot.root>
<kafka.lib.version>2.8.1</kafka.lib.version>
<kafka.lib.version>7.6.1-ce</kafka.lib.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
<kafka.lib.version>2.8.1</kafka.lib.version>
<kafka.lib.version>7.6.1-ce</kafka.lib.version>
<shade.phase.prop>package</shade.phase.prop>
</properties>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
<kafka.lib.version>2.8.1</kafka.lib.version>
<kafka.lib.version>7.6.1-ce</kafka.lib.version>
<testcontainers.version>1.19.8</testcontainers.version>
<shade.phase.prop>package</shade.phase.prop>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
<kafka.lib.version>2.8.1</kafka.lib.version>
<kafka.lib.version>7.6.1-ce</kafka.lib.version>
<shade.phase.prop>package</shade.phase.prop>
</properties>

Expand Down

0 comments on commit 3fe68ea

Please sign in to comment.