Skip to content

Commit c0365d5

Browse files
committed
TIKA-4456: remove unneeded dependencies, update commons codec, gson
1 parent 6c64054 commit c0365d5

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

tika-parent/pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
<!-- NOTE: sync brotli version with commons-compress-->
324324
<brotli.version>0.1.2</brotli.version>
325325
<commons.cli.version>1.11.0</commons.cli.version>
326-
<commons.codec.version>1.21.0</commons.codec.version>
326+
<commons.codec.version>1.22.0</commons.codec.version>
327327
<commons.collections4.version>4.5.0</commons.collections4.version>
328328
<commons.compress.version>1.28.0</commons.compress.version>
329329
<commons.csv.version>1.14.1</commons.csv.version>
@@ -523,16 +523,6 @@
523523
<artifactId>woodstox-core</artifactId>
524524
<version>7.1.1</version>
525525
</dependency>
526-
<dependency>
527-
<groupId>com.mchange</groupId>
528-
<artifactId>c3p0</artifactId>
529-
<version>0.12.0</version>
530-
</dependency>
531-
<dependency>
532-
<groupId>com.mchange</groupId>
533-
<artifactId>mchange-commons-java</artifactId>
534-
<version>0.4.0</version>
535-
</dependency>
536526
<dependency>
537527
<groupId>com.beust</groupId>
538528
<artifactId>jcommander</artifactId>
@@ -572,7 +562,7 @@
572562
<dependency>
573563
<groupId>com.google.code.gson</groupId>
574564
<artifactId>gson</artifactId>
575-
<version>2.13.2</version>
565+
<version>2.14.0</version>
576566
</dependency>
577567
<dependency>
578568
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)