Skip to content

Commit 5780f9f

Browse files
committed
TIKA-4327: update aws, google cloud, jaxb; introduce angus-activation because of convergence problem
1 parent e119966 commit 5780f9f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

tika-parent/pom.xml

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

311311
<!-- dependency versions -->
312312
<!-- change threetenbp exclusion version -->
313-
<google.cloud.version>2.57.0</google.cloud.version>
313+
<google.cloud.version>2.58.0</google.cloud.version>
314314
<aws.version>1.12.791</aws.version>
315-
<aws2.version>2.34.1</aws2.version>
315+
<aws2.version>2.34.2</aws2.version>
316316
<!-- WARNING: when you upgrade asm make sure that you update the
317317
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
318318
See TIKA-2992.
@@ -379,7 +379,7 @@
379379
<jakarta.xml.soap.version>3.0.2</jakarta.xml.soap.version>
380380
<javax.annotation.version>1.3.2</javax.annotation.version>
381381
<javax.jcr.version>2.0</javax.jcr.version>
382-
<jaxb.runtime.version>4.0.5</jaxb.runtime.version>
382+
<jaxb.runtime.version>4.0.6</jaxb.runtime.version>
383383
<jbig2.version>3.0.4</jbig2.version>
384384
<jcommander.version>1.82</jcommander.version>
385385
<jdom2.version>2.0.6.1</jdom2.version>
@@ -501,6 +501,12 @@
501501
<type>pom</type>
502502
<scope>import</scope>
503503
</dependency>
504+
<!-- because cxf 4.0.9 uses 2.0.2 and jaxb 4.0.6 uses 2.0.3 -->
505+
<dependency>
506+
<groupId>org.eclipse.angus</groupId>
507+
<artifactId>angus-activation</artifactId>
508+
<version>2.0.3</version>
509+
</dependency>
504510
<dependency>
505511
<groupId>org.apache.logging.log4j</groupId>
506512
<artifactId>log4j-bom</artifactId>

0 commit comments

Comments
 (0)