aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2021-08-29 21:07:38 +0200
committerMartin Stockhammer <martin_s@apache.org>2021-08-29 21:07:38 +0200
commitf40d750c006656fcfb332de8808cf63b17974ef8 (patch)
tree4b13ba23a1c8fa4ac67203df2cce41c8f0abdad8 /pom.xml
parent7c4835ba140de0e30746852a8ff64db442e02065 (diff)
downloadarchiva-f40d750c006656fcfb332de8808cf63b17974ef8.tar.gz
archiva-f40d750c006656fcfb332de8808cf63b17974ef8.zip
Dependency changes and vulnerability check
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3acfee383..403cc372b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,8 +64,8 @@
<!-- dependencies of maven modules -->
- <jsoup.version>1.12.1</jsoup.version>
- <rome.version>1.13.1</rome.version>
+ <jsoup.version>1.14.2</jsoup.version>
+ <rome.version>1.16.0</rome.version>
<cronutils.version>9.1.3</cronutils.version>
<lucene.version>4.10.4</lucene.version>
@@ -74,7 +74,7 @@
<javax.jcr.version>2.0</javax.jcr.version>
<!-- If you change the JCR OAK version, you may have to update the pom.xml in the module oak-jcr-lucene
to adapt to dependency changes -->
- <jcr-oak.version>1.30.0</jcr-oak.version>
+ <jcr-oak.version>1.40.0</jcr-oak.version>
<netty.version>4.1.50.Final</netty.version>