Skip to content

Commit 6e3e739

Browse files
committed
Merge branch 'dependencies-update'
2 parents ce33ba0 + 415510a commit 6e3e739

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<maven.compiler.source>1.8</maven.compiler.source>
9898
<maven.compiler.target>1.8</maven.compiler.target>
9999
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
100-
<jackrabbit.version>2.8.0</jackrabbit.version>
100+
<jackrabbit.version>2.14.4</jackrabbit.version>
101101
</properties>
102102

103103
<dependencies>
@@ -122,7 +122,8 @@
122122
<dependency>
123123
<groupId>commons-codec</groupId>
124124
<artifactId>commons-codec</artifactId>
125-
<version>1.8</version>
125+
<version>1.10</version>
126+
<scope>provided</scope>
126127
</dependency>
127128
<dependency>
128129
<groupId>junit</groupId>

0 commit comments

Comments
 (0)