Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 2.6.3 to 3.7.1 (#142)
Browse files Browse the repository at this point in the history
* Bump org.apache.kafka:kafka-clients from 2.6.3 to 3.7.1

Bumps org.apache.kafka:kafka-clients from 2.6.3 to 3.7.1.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update NOTICE

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Fallows <john.r.fallows@gmail.com>
  • Loading branch information
dependabot[bot] and jfallows authored Dec 17, 2024
1 parent e547e6b commit 24dccfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions cli/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This project includes:
Apache HttpClient under Apache License, Version 2.0
Apache HttpComponents Core HTTP/1.1 under Apache License, Version 2.0
Apache HttpComponents Core HTTP/2 under Apache License, Version 2.0
Apache Kafka under The Apache Software License, Version 2.0
Apache Kafka under The Apache License, Version 2.0
asyncapi-core under Apache License, Version 2.0
Bean Validation API under Apache License 2.0
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
Expand All @@ -46,7 +46,6 @@ This project includes:
JSON-B API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
JSON-P Default Provider under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
Kotlin Stdlib under The Apache License, Version 2.0
LZ4 and xxHash under The Apache Software License, Version 2.0
org.eclipse.yasson under Eclipse Public License v. 2.0 or Eclipse Distribution License v. 1.0
org.leadpony.joy.core under The Apache Software License, Version 2.0
org.leadpony.joy.yaml under The Apache Software License, Version 2.0
Expand All @@ -57,6 +56,4 @@ This project includes:
SLF4J Simple Binding under MIT License
SnakeYAML under Apache License, Version 2.0
SnakeYAML Engine under Apache License, Version 2.0
snappy-java under The Apache Software License, Version 2.0
zstd-jni under BSD 2-Clause License

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.6.3</version>
<version>3.7.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 24dccfd

Please sign in to comment.