From d92d6ef52e68e238864672dbcbd7054dff550b46 Mon Sep 17 00:00:00 2001
From: Ramachandran A G <106139410+ag-ramachandran@users.noreply.github.com>
Date: Wed, 7 Aug 2024 09:19:36 +0530
Subject: [PATCH] * Update to latest version of the libs (#125)
Update SDK and versions
---
README.md | 7 ++--
pom.xml | 96 +++++++++++++------------------------------------------
2 files changed, 27 insertions(+), 76 deletions(-)
diff --git a/README.md b/README.md
index c51bb33..0bb5741 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ Therefore the connector supports "At least once" delivery guarantees.
- There are some core configs that need to be set at the Kafka connect worker level. Some of these are security configs
and the (consumer) override policy. These for e.g. need to be baked into
- the [Docker image](Readme.md#10-distributed-deployment-details) covered further on in this document-
+ the [Docker image](#11-distributed-deployment-details) covered further on in this document-
### 4.1. Confluent Cloud
@@ -714,7 +714,7 @@ then launch the copy tasks.
For information about what changes are included in each release, please see
-the [Release History](README.md#16-release-history) section of this document.
+the [Release History](README.md#17-release-history) section of this document.
## 17. Release History
@@ -746,7 +746,8 @@ the [Release History](README.md#16-release-history) section of this document.
| 4.0.7 | 2024-03-19 | - Fix vulnerability CVE-2023-52428 and upgrade Kusto SDK libs
|
| 4.0.8 | 2024-04-22 | - Fix vulnerability CVE-2024-29025 by upgrading io.netty
|
| 4.0.9 | 2024-04-22 | - Fix vulnerability CVE-2024-29025 by upgrading io.netty referenced indirectly
|
-| 4.0.10 | 2024-06-25 | - Fix vulnerability CVE-2024-35255 by upgrading azure libs referenced indirectly & update Java SDK
|
+| 4.0.10 | 2024-06-25 | - Fix vulnerability CVE-2024-35255 by upgrading azure libs referenced indirectly & update Java SDK
|
+| 4.0.11 | 2024-08-07 | |
## 17. Contributing
diff --git a/pom.xml b/pom.xml
index 05c0ba1..9801a04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,38 +8,30 @@
kafka-sink-azure-kusto
jar
A Kafka Connect plugin for Azure Data Explorer (Kusto) Database
- 4.0.10
+ 4.0.11
0.4.1
4.2.0
- 1.49.1
- 1.15.1
- 1.13.0
- 1.16.0
- 2.13.0
- 9.0.10
+ 1.51.0
+ 1.13.2
+ 1.15.3
+ 1.17.1
+ 2.16.1
+ 10.0.2
2.20.0
1.6.2
- 2.15.2
1.8
1.5.1
-
- 2.4.10
5.10.0
- 7.6.0
- 3.5.1
- 5.1.0
- 1.15.1
+ 7.7.0
+ 3.8.0
+ 5.1.1
+ 4.11.0
3.2.0
3.11.0
3.0.0
3.0.0
- 4.11.0
-
- 4.1.110.Final
- 9.31
UTF-8
- 1.1.10.4
1.18.3
@@ -204,29 +196,13 @@
kusto-data
${kusto.sdk.version}
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
- commons-codec
- commons-codec
-
-
- net.minidev
- json-smart
-
-
- com.azure
- azure-core
-
com.azure
azure-identity
- com.microsoft.azure
- msal4j
+ com.azure
+ azure-core
com.azure
@@ -235,19 +211,19 @@
- com.microsoft.azure
- msal4j
- ${msal4j.version}
+ com.azure
+ azure-identity
+ ${az.identity.version}
com.azure
azure-core
- ${azure.core.version}
+ ${az.core.version}
com.azure
- azure-identity
- ${azure.identity.version}
+ azure-core-http-netty
+ ${az.netty.version}
com.microsoft.azure.kusto
@@ -255,12 +231,12 @@
${kusto.sdk.version}
- com.fasterxml.jackson.core
- jackson-databind
+ com.azure
+ azure-identity
- commons-codec
- commons-codec
+ com.azure
+ azure-core
com.azure
@@ -268,16 +244,6 @@
-
- com.azure
- azure-core-http-netty
- ${azure.core.netty.version}
-
-
- net.minidev
- json-smart
- 2.4.11
-
commons-codec
commons-codec
@@ -288,22 +254,6 @@
commons-io
${commonio.version}
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson.version}
-
-
- org.xerial.snappy
- snappy-java
-
-
-
-
- org.xerial.snappy
- snappy-java
- ${snappy.version}
-
org.apache.kafka