Skip to content

Commit 891a808

Browse files
committed
TIKA-4327: update kotlin, commons exec, aws
1 parent 2b2d34c commit 891a808

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • tika-parent
  • tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph

tika-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
<!-- dependency versions -->
312312
<!-- change threetenbp exclusion version -->
313313
<google.cloud.version>2.60.0</google.cloud.version>
314-
<aws2.version>2.39.6</aws2.version>
314+
<aws2.version>2.40.0</aws2.version>
315315
<!-- WARNING: when you upgrade asm make sure that you update the
316316
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
317317
See TIKA-2992.
@@ -336,7 +336,7 @@
336336
<commons.collections4.version>4.5.0</commons.collections4.version>
337337
<commons.compress.version>1.28.0</commons.compress.version>
338338
<commons.csv.version>1.14.1</commons.csv.version>
339-
<commons.exec.version>1.5.0</commons.exec.version>
339+
<commons.exec.version>1.6.0</commons.exec.version>
340340
<commons.fileupload.version>1.6.0</commons.fileupload.version>
341341
<commons.io.version>2.21.0</commons.io.version>
342342
<commons.lang3.version>3.20.0</commons.lang3.version>

tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<microsoft-graph.version>6.57.0</microsoft-graph.version>
3333
<wiremock.version>3.3.1</wiremock.version>
3434
<msal4j.version>1.30.0-beta</msal4j.version>
35-
<kotlin-stdlib.version>2.3.0-RC</kotlin-stdlib.version>
35+
<kotlin-stdlib.version>2.3.0-RC2</kotlin-stdlib.version>
3636
<microsoft-kiota.version>1.9.0</microsoft-kiota.version>
3737
<!-- Never include the core artifacts in your plugin lib directory. If you do, it will cause the classloading
3838
to get messed up when finding your plugins. -->

0 commit comments

Comments
 (0)