mirror of https://github.com/apache/nifi.git
NIFI-14034 Upgraded Kafka Clients from 3.6.2 to 3.9.0 for AWS Kinesis
Signed-off-by: David Handermann <exceptionfactory@apache.org> Co-authored-by: David Handermannn <exceptionfactory@apache.org>
This commit is contained in:
parent
e33cbe6df5
commit
90f6fd06fb
|
@ -308,7 +308,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka-clients</artifactId>
|
||||
<version>3.6.2</version>
|
||||
<version>3.9.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue