Skip to content

Commit f8a56da

Browse files
committed
TIKA-4488: update aws, google cloud, jaxb; introduce angus-activation because of convergence problem
1 parent 1d9eb8f commit f8a56da

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.
@@ -380,7 +380,7 @@
380380
<jakarta.xml.soap.version>3.0.2</jakarta.xml.soap.version>
381381
<javax.annotation.version>1.3.2</javax.annotation.version>
382382
<javax.jcr.version>2.0</javax.jcr.version>
383-
<jaxb.runtime.version>4.0.5</jaxb.runtime.version>
383+
<jaxb.runtime.version>4.0.6</jaxb.runtime.version>
384384
<jbig2.version>3.0.4</jbig2.version>
385385
<jcommander.version>1.82</jcommander.version>
386386
<jdom2.version>2.0.6.1</jdom2.version>
@@ -485,6 +485,12 @@
485485
<type>pom</type>
486486
<scope>import</scope>
487487
</dependency>
488+
<!-- because cxf 4.0.9 uses 2.0.2 and jaxb 4.0.6 uses 2.0.3 -->
489+
<dependency>
490+
<groupId>org.eclipse.angus</groupId>
491+
<artifactId>angus-activation</artifactId>
492+
<version>2.0.3</version>
493+
</dependency>
488494
<dependency>
489495
<groupId>org.apache.logging.log4j</groupId>
490496
<artifactId>log4j-bom</artifactId>

0 commit comments

Comments
 (0)