Skip to content

Commit 55b2ca7

Browse files
committed
Fix security warning about Tika: update its version to 1.22
1 parent bb2ef40 commit 55b2ca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.silverpeas.jcr</groupId>
2626
<artifactId>jackrabbit-jca</artifactId>
2727
<packaging>rar</packaging>
28-
<version>2.18.2</version>
28+
<version>2.18.3-SNAPSHOT</version>
2929
<name>Jackrabbit JCA Resource Adapter</name>
3030
<url>http://www.silverpeas.org</url>
3131

@@ -76,10 +76,10 @@
7676

7777
<properties>
7878
<!-- property used by the CI to both deploy a build version and release the next stable version -->
79-
<next.release>2.18.2</next.release>
79+
<next.release>2.18.3</next.release>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8181
<jackrabbit.version>2.18.2</jackrabbit.version>
82-
<tika.version>1.20</tika.version>
82+
<tika.version>1.22</tika.version>
8383
<silverpeas-jca.version>1.2</silverpeas-jca.version>
8484
</properties>
8585

@@ -216,7 +216,7 @@
216216
<dependency>
217217
<groupId>org.apache.tika</groupId>
218218
<artifactId>tika-core</artifactId>
219-
<version>1.20</version>
219+
<version>${tika.version}</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.apache.tika</groupId>

0 commit comments

Comments
 (0)