|
294 | 294 | <maven.assembly.version>3.6.0</maven.assembly.version>
|
295 | 295 | <maven.bundle.version>5.1.9</maven.bundle.version>
|
296 | 296 | <maven.compiler.plugin.version>3.12.1</maven.compiler.plugin.version>
|
297 |
| - <maven.failsafe.version>3.2.3</maven.failsafe.version> |
298 | 297 | <maven.javadoc.version>3.6.3</maven.javadoc.version>
|
299 | 298 | <maven.jar.version>3.3.0</maven.jar.version>
|
300 | 299 | <maven.scr.version>1.26.4</maven.scr.version>
|
301 |
| - <maven.surefire.version>3.2.3</maven.surefire.version> |
| 300 | + <maven.failsafe.version>3.2.5</maven.failsafe.version> |
| 301 | + <maven.surefire.version>3.2.5</maven.surefire.version> |
302 | 302 | <maven.shade.version>3.5.1</maven.shade.version>
|
303 | 303 | <maven.project.info.reports.version>3.5.0</maven.project.info.reports.version>
|
304 | 304 | <!-- need above java 8 for 10.[0-2] -->
|
305 | 305 | <puppycrawl.version>9.3</puppycrawl.version>
|
306 |
| - <rat.version>0.15</rat.version> |
| 306 | + <rat.version>0.16</rat.version> |
307 | 307 |
|
308 | 308 | <!-- dependency versions -->
|
309 |
| - <google.cloud.version>2.30.1</google.cloud.version> |
310 |
| - <aws.version>1.12.629</aws.version> |
| 309 | + <google.cloud.version>2.31.0</google.cloud.version> |
| 310 | + <aws.version>1.12.633</aws.version> |
311 | 311 | <!-- WARNING: when you upgrade asm make sure that you update the
|
312 | 312 | OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
|
313 | 313 | See TIKA-2992.
|
|
323 | 323 | <commons.collections4.version>4.4</commons.collections4.version>
|
324 | 324 | <commons.compress.version>1.25.0</commons.compress.version>
|
325 | 325 | <commons.csv.version>1.10.0</commons.csv.version>
|
326 |
| - <commons.exec.version>1.3</commons.exec.version> |
| 326 | + <commons.exec.version>1.4.0</commons.exec.version> |
327 | 327 | <commons.io.version>2.15.1</commons.io.version>
|
328 | 328 | <commons.lang3.version>3.14.0</commons.lang3.version>
|
329 | 329 | <commons.logging.version>1.3.0</commons.logging.version>
|
|
386 | 386 | <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
|
387 | 387 | <poi.version>5.2.5</poi.version>
|
388 | 388 | <quartz.version>2.3.2</quartz.version>
|
389 |
| - <reactor.netty.version>1.1.14</reactor.netty.version> |
| 389 | + <reactor.netty.version>1.1.15</reactor.netty.version> |
390 | 390 | <rome.version>2.1.0</rome.version>
|
391 | 391 | <scm.version>2.0.1</scm.version>
|
392 | 392 | <sis.version>1.3</sis.version>
|
|
670 | 670 | <dependency>
|
671 | 671 | <groupId>io.projectreactor</groupId>
|
672 | 672 | <artifactId>reactor-core</artifactId>
|
673 |
| - <version>3.6.1</version> |
| 673 | + <version>3.6.2</version> |
674 | 674 | </dependency>
|
675 | 675 | <dependency>
|
676 | 676 | <groupId>io.projectreactor.netty</groupId>
|
|
0 commit comments