Skip to content

Commit f078d61

Browse files
* Update versions and remove commons-lang library (#87)
1 parent 56285ec commit f078d61

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repositories {
3030

3131
dependencies {
3232
// Kusto client libraries (updated)
33-
implementation 'com.microsoft.azure.kusto:kusto-data:7.0.2'
34-
implementation 'com.microsoft.azure.kusto:kusto-ingest:7.0.2'
33+
implementation 'com.microsoft.azure.kusto:kusto-data:7.0.3'
34+
implementation 'com.microsoft.azure.kusto:kusto-ingest:7.0.3'
3535

3636
// Azure client libraries (versions will be resolved by the BOM)
3737
implementation 'com.azure:azure-core-http-netty:1.16.0'
@@ -93,7 +93,6 @@ dependencies {
9393
implementation 'net.java.dev.jna:jna:5.13.0'
9494
implementation 'net.minidev:accessors-smart:2.5.2'
9595
implementation 'net.minidev:json-smart:2.5.2'
96-
implementation 'org.apache.commons:commons-lang3:3.14.0'
9796
implementation 'org.apache.commons:commons-text:1.11.0'
9897
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
9998
implementation 'org.apache.httpcomponents:httpcore:4.4.16'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)