Skip to content

Commit

Permalink
Merge pull request #761 from payara/dependabot/maven/org.apache.kafka…
Browse files Browse the repository at this point in the history
…-kafka-clients-3.7.0

Bump org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0
  • Loading branch information
jGauravGupta authored Mar 12, 2024
2 parents e5c534a + db73e2e commit 9a7e1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kafka/KafkaJCAAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion Kafka/KafkaRAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 9a7e1ba

Please sign in to comment.