Skip to content

Commit b29cce5

Browse files
committed
TIKA-3244 -- general upgrades for 1.26
1 parent b63072c commit b29cce5

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

tika-dl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>org.objenesis</groupId>
284284
<artifactId>objenesis</artifactId>
285-
<version>3.1</version>
285+
<version>3.2</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>org.nd4j</groupId>
@@ -351,7 +351,7 @@
351351
<dependency>
352352
<groupId>joda-time</groupId>
353353
<artifactId>joda-time</artifactId>
354-
<version>2.10.9</version>
354+
<version>2.10.10</version>
355355
</dependency>
356356
<dependency>
357357
<groupId>commons-io</groupId>

tika-parent/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@
339339
<commons.io.version>2.8.0</commons.io.version>
340340
<commons.lang3.version>3.12.0</commons.lang3.version>
341341
<gson.version>2.8.6</gson.version>
342-
<guava.version>30.1-jre</guava.version>
342+
<guava.version>30.1.1-jre</guava.version>
343343
<osgi.core.version>6.0.0</osgi.core.version>
344344

345-
<cxf.version>3.4.2</cxf.version>
345+
<cxf.version>3.4.3</cxf.version>
346346
<slf4j.version>1.7.30</slf4j.version>
347347
<jackson.version>2.12.2</jackson.version>
348348
<!-- when this is next upgraded, see if we can get rid of
@@ -357,8 +357,9 @@
357357
<build>
358358
<plugins>
359359
<plugin>
360+
<groupId>org.apache.maven.plugins</groupId>
360361
<artifactId>maven-compiler-plugin</artifactId>
361-
<version>3.8.0</version>
362+
<version>3.8.1</version>
362363
<configuration>
363364
<source>${maven.compiler.source}</source>
364365
<target>${maven.compiler.target}</target>

tika-parsers/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
<dependency>
589589
<groupId>net.java.dev.jna</groupId>
590590
<artifactId>jna</artifactId>
591-
<version>5.7.0</version>
591+
<version>5.8.0</version>
592592
</dependency>
593593

594594
<!-- grib's current jsoup is vulnerable to xss
@@ -601,7 +601,7 @@
601601
<dependency>
602602
<groupId>com.google.protobuf</groupId>
603603
<artifactId>protobuf-java</artifactId>
604-
<version>3.14.0</version>
604+
<version>3.15.6</version>
605605
</dependency>
606606
<dependency>
607607
<groupId>edu.ucar</groupId>

0 commit comments

Comments
 (0)