Skip to content

Commit 582727b

Browse files
committed
TIKA-4456: update google cloud, reactor-netty, gson
1 parent 20c5411 commit 582727b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tika-parent/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<rat.version>0.16.1</rat.version>
310310

311311
<!-- dependency versions -->
312-
<google.cloud.version>2.56.0</google.cloud.version>
312+
<google.cloud.version>2.57.0</google.cloud.version>
313313
<aws.version>1.12.791</aws.version>
314314
<!-- WARNING: when you upgrade asm make sure that you update the
315315
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
@@ -399,7 +399,7 @@
399399
<!-- 2.5.0 needs jakarta.xml.bind 4.0.2 in tika-parser-scientific-module -->
400400
<quartz.version>2.3.2</quartz.version>
401401
<reactor.core.version>3.7.9</reactor.core.version>
402-
<reactor.netty.version>1.3.0-M6</reactor.netty.version>
402+
<reactor.netty.version>1.3.0-M7</reactor.netty.version>
403403
<rome.version>2.1.0</rome.version>
404404
<scm.version>2.1.0</scm.version>
405405
<sis.version>1.3</sis.version>
@@ -588,7 +588,7 @@
588588
<dependency>
589589
<groupId>com.google.code.gson</groupId>
590590
<artifactId>gson</artifactId>
591-
<version>2.13.1</version>
591+
<version>2.13.2</version>
592592
</dependency>
593593
<dependency>
594594
<groupId>com.google.guava</groupId>
@@ -1126,6 +1126,11 @@
11261126
<artifactId>jackrabbit-spi-commons</artifactId>
11271127
<version>2.21.22</version>
11281128
</coordinate>
1129+
<coordinate>
1130+
<groupId>org.apache.jackrabbit</groupId>
1131+
<artifactId>jackrabbit-jcr-commons</artifactId>
1132+
<version>2.21.22</version>
1133+
</coordinate>
11291134
<!-- because of solr -->
11301135
<coordinate>
11311136
<groupId>commons-lang</groupId>
@@ -1217,12 +1222,6 @@
12171222
<artifactId>spring-context</artifactId>
12181223
<version>5.3.39</version>
12191224
</coordinate>
1220-
<!-- CVE-2025-58782, but used only in examples -->
1221-
<coordinate>
1222-
<groupId>org.apache.jackrabbit</groupId>
1223-
<artifactId>jackrabbit-jcr-commons</artifactId>
1224-
<version>2.21.22</version>
1225-
</coordinate>
12261225
</excludeCoordinates>
12271226
<fail>true</fail>
12281227
</configuration>

0 commit comments

Comments
 (0)