summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMat Booth <mat.booth@redhat.com>2017-05-11 15:46:50 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2017-05-11 22:04:41 +0200
commit33bbbc3c77eeee37a7b3d233f3c7be904948c5e7 (patch)
treede1272197469b806baf6e24f2f8671ea30039c80 /pom.xml
parent2244078e87d4b81b7cff78b307ff757dcb6ac285 (diff)
downloadjgit-33bbbc3c77eeee37a7b3d233f3c7be904948c5e7.tar.gz
jgit-33bbbc3c77eeee37a7b3d233f3c7be904948c5e7.zip
Update jetty to 9.4.5
* Adapt to API removals in jetty 9.4+ * Manifests changed to restrict jetty to [9.4.5,10.0.0) Bug: 514336 Bug: 516514 Change-Id: Ifcfd968084dfa6db0ae07cf541d33a6cdedc1ee2 Signed-off-by: Mat Booth <mat.booth@redhat.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 7a786f2aba..fb94dfe174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
<commons-compress-version>1.6</commons-compress-version>
<osgi-core-version>4.3.1</osgi-core-version>
<servlet-api-version>3.1.0</servlet-api-version>
- <jetty-version>9.3.17.v20170317</jetty-version>
+ <jetty-version>9.4.5.v20170502</jetty-version>
<japicmp-version>0.8.1</japicmp-version>
<httpclient-version>4.3.6</httpclient-version>
<slf4j-version>1.7.2</slf4j-version>