This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 857aeefcd javax servlet 3.1 as expected by jackrabbit
857aeefcd is described below
commit 857aeefcda0142dec1250edcaa70fddb87accd8b
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue May 9 20:39:25 2023 +1000
javax servlet 3.1 as expected by jackrabbit
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28d7e82b5..61fe79f9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1209,7 +1209,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>