Skip to content

Commit

Permalink
TIKA-4162: update aws, jackrabbit, twelvemonkeys, azure-core, jackrab…
Browse files Browse the repository at this point in the history
…bit, FastInfoset
  • Loading branch information
THausherr committed Oct 21, 2023
1 parent d8a85c7 commit c803ed2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tika-bundles/tika-bundle-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@

<!-- dependency versions -->
<google.cloud.version>2.28.0</google.cloud.version>
<aws.version>1.12.567</aws.version>
<aws.version>1.12.561</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
Expand Down Expand Up @@ -342,7 +342,7 @@
<!-- versions greater than 62.2 are not compatible with icu4j handler in lucene 8.11.1 -->
<icu4j.version>62.2</icu4j.version>
<imageio.version>1.4.0</imageio.version>
<jackrabbit.version>2.21.19</jackrabbit.version>
<jackrabbit.version>2.21.20</jackrabbit.version>
<jackson.version>2.15.3</jackson.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<javax.jcr.version>2.0</javax.jcr.version>
Expand Down Expand Up @@ -398,7 +398,7 @@
<test.containers.version>1.19.1</test.containers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
<tukaani.version>1.9</tukaani.version>
<twelvemonkeys.version>3.9.4</twelvemonkeys.version>
<twelvemonkeys.version>3.10.0</twelvemonkeys.version>
<uima.version>3.4.1</uima.version>
<uimafit.version>3.4.0</uimafit.version>
<vorbis.version>0.8</vorbis.version>
Expand Down Expand Up @@ -488,7 +488,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -769,7 +769,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-jackrabbit-api</artifactId>
<version>1.56.0</version>
<version>1.58.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit c803ed2

Please sign in to comment.