aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-01-12 18:37:02 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-01-12 18:42:35 +0100
commit1e932c2e5289e965dea0314b230b6d3d94ea3bdb (patch)
tree2409b403ce5011d1d3e6b7c94a64f68617ae5c91 /pom.xml
parentf7662a756e325570dd82594613db403a60fd44cb (diff)
downloadjgit-1e932c2e5289e965dea0314b230b6d3d94ea3bdb.tar.gz
jgit-1e932c2e5289e965dea0314b230b6d3d94ea3bdb.zip
Complete update to servlet api 4.0.0
Ibd0240cf7ad updated servlet-api to 4.0.0 only partially for the osgi-based build in Eclipse. Complete this by updating dependencies also in maven and bazel build. Change-Id: Ic4c3eb78c538007ca2177f6109d415147e58eabe
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7ae2c21f83..c486569fa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
<args4j-version>2.33</args4j-version>
<commons-compress-version>1.21</commons-compress-version>
<osgi-core-version>4.3.1</osgi-core-version>
- <servlet-api-version>3.1.0</servlet-api-version>
+ <servlet-api-version>4.0.0</servlet-api-version>
<jetty-version>10.0.6</jetty-version>
<japicmp-version>0.15.3</japicmp-version>
<httpclient-version>4.5.13</httpclient-version>