diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-22 00:03:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-28 21:46:19 +0200 |
commit | 45de4fa2cb638a8e20fa27b3d88435a697bb9df8 (patch) | |
tree | 59ec6b159c158327dcf6b82b5377494ed640f914 /pom.xml | |
parent | fbfc6df1075dd6dcbfe8e2dadefbcf1e81af1660 (diff) | |
download | jgit-45de4fa2cb638a8e20fa27b3d88435a697bb9df8.tar.gz jgit-45de4fa2cb638a8e20fa27b3d88435a697bb9df8.zip |
Update jetty to 10.0.15 and use it from Maven central directly
and update servlet-api to 4.0.1
Change-Id: Id17aad56fc6f10dd64ce088c4b5a0532f5f0c588
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -161,8 +161,8 @@ <args4j-version>2.33</args4j-version> <commons-compress-version>1.22</commons-compress-version> <osgi-core-version>6.0.0</osgi-core-version> - <servlet-api-version>4.0.0</servlet-api-version> - <jetty-version>10.0.13</jetty-version> + <servlet-api-version>4.0.1</servlet-api-version> + <jetty-version>10.0.15</jetty-version> <japicmp-version>0.17.1</japicmp-version> <httpclient-version>4.5.14</httpclient-version> <httpcore-version>4.4.16</httpcore-version> |