Skip to content

Commit fe77ae8

Browse files
committed
TIKA-4327: update microsoft-graph, aws, google cloud, commons-io, reactor netty, nimbus, error_prone_annotations, solrj
1 parent 484eddc commit fe77ae8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • tika-parent
  • tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph

tika-parent/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@
310310

311311
<!-- dependency versions -->
312312
<!-- change threetenbp exclusion version -->
313-
<google.cloud.version>2.59.0</google.cloud.version>
314-
<aws2.version>2.38.1</aws2.version>
313+
<google.cloud.version>2.60.0</google.cloud.version>
314+
<aws2.version>2.38.2</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.
@@ -338,7 +338,7 @@
338338
<commons.csv.version>1.14.1</commons.csv.version>
339339
<commons.exec.version>1.5.0</commons.exec.version>
340340
<commons.fileupload.version>1.6.0</commons.fileupload.version>
341-
<commons.io.version>2.20.0</commons.io.version>
341+
<commons.io.version>2.21.0</commons.io.version>
342342
<commons.lang3.version>3.19.0</commons.lang3.version>
343343
<commons.logging.version>1.3.5</commons.logging.version>
344344
<commons.math3.version>3.6.1</commons.math3.version>
@@ -431,12 +431,12 @@
431431
<protobuf.version>3.25.8</protobuf.version>
432432
<quartz.version>2.5.1</quartz.version>
433433
<reactor.core.version>3.8.0</reactor.core.version>
434-
<reactor.netty.version>1.3.0-RC1</reactor.netty.version>
434+
<reactor.netty.version>1.3.0</reactor.netty.version>
435435
<rome.version>2.1.0</rome.version>
436436
<slf4j.version>2.0.17</slf4j.version>
437437
<sis.version>1.5</sis.version>
438438
<snappy.version>1.1.10.8</snappy.version>
439-
<solrj.version>9.9.0</solrj.version>
439+
<solrj.version>9.10.0</solrj.version>
440440
<spring.version>7.0.0-RC3</spring.version>
441441
<sqlite.version>3.51.0.0</sqlite.version>
442442
<stax.ex.version>2.1.0</stax.ex.version>
@@ -454,7 +454,7 @@
454454
<xmpcore.version>6.1.11</xmpcore.version>
455455
<zookeeper.version>3.9.4</zookeeper.version>
456456
<zstd.version>1.5.7-6</zstd.version>
457-
<nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
457+
<nimbus-jose-jwt.version>10.6</nimbus-jose-jwt.version>
458458
<javacpp.version>1.5.12</javacpp.version>
459459
<maven.exec.version>3.6.2</maven.exec.version>
460460

@@ -698,7 +698,7 @@
698698
<dependency>
699699
<groupId>com.google.errorprone</groupId>
700700
<artifactId>error_prone_annotations</artifactId>
701-
<version>2.43.0</version>
701+
<version>2.44.0</version>
702702
</dependency>
703703
<dependency>
704704
<groupId>com.googlecode.json-simple</groupId>

tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>
3030

3131
<properties>
32-
<microsoft-graph.version>6.55.0</microsoft-graph.version>
32+
<microsoft-graph.version>6.56.0</microsoft-graph.version>
3333
<wiremock.version>3.3.1</wiremock.version>
3434
<msal4j.version>1.30.0-beta</msal4j.version>
3535
<kotlin-stdlib.version>2.3.0-Beta2</kotlin-stdlib.version>

0 commit comments

Comments
 (0)