|
309 | 309 | <rat.version>0.16.1</rat.version> |
310 | 310 |
|
311 | 311 | <!-- dependency versions --> |
312 | | - <google.cloud.version>2.56.0</google.cloud.version> |
| 312 | + <google.cloud.version>2.57.0</google.cloud.version> |
313 | 313 | <aws.version>1.12.791</aws.version> |
314 | 314 | <!-- WARNING: when you upgrade asm make sure that you update the |
315 | 315 | OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor |
|
399 | 399 | <!-- 2.5.0 needs jakarta.xml.bind 4.0.2 in tika-parser-scientific-module --> |
400 | 400 | <quartz.version>2.3.2</quartz.version> |
401 | 401 | <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> |
403 | 403 | <rome.version>2.1.0</rome.version> |
404 | 404 | <scm.version>2.1.0</scm.version> |
405 | 405 | <sis.version>1.3</sis.version> |
|
588 | 588 | <dependency> |
589 | 589 | <groupId>com.google.code.gson</groupId> |
590 | 590 | <artifactId>gson</artifactId> |
591 | | - <version>2.13.1</version> |
| 591 | + <version>2.13.2</version> |
592 | 592 | </dependency> |
593 | 593 | <dependency> |
594 | 594 | <groupId>com.google.guava</groupId> |
|
1126 | 1126 | <artifactId>jackrabbit-spi-commons</artifactId> |
1127 | 1127 | <version>2.21.22</version> |
1128 | 1128 | </coordinate> |
| 1129 | + <coordinate> |
| 1130 | + <groupId>org.apache.jackrabbit</groupId> |
| 1131 | + <artifactId>jackrabbit-jcr-commons</artifactId> |
| 1132 | + <version>2.21.22</version> |
| 1133 | + </coordinate> |
1129 | 1134 | <!-- because of solr --> |
1130 | 1135 | <coordinate> |
1131 | 1136 | <groupId>commons-lang</groupId> |
|
1217 | 1222 | <artifactId>spring-context</artifactId> |
1218 | 1223 | <version>5.3.39</version> |
1219 | 1224 | </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> |
1226 | 1225 | </excludeCoordinates> |
1227 | 1226 | <fail>true</fail> |
1228 | 1227 | </configuration> |
|
0 commit comments