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
This commit is contained in:
Matthias Sohn 2022-01-12 18:37:02 +01:00
parent f7662a756e
commit 1e932c2e52
2 changed files with 3 additions and 3 deletions

View File

@ -171,8 +171,8 @@ maven_jar(
maven_jar(
name = "servlet-api",
artifact = "javax.servlet:javax.servlet-api:3.1.0",
sha1 = "3cd63d075497751784b2fa84be59432f4905bf7c",
artifact = "javax.servlet:javax.servlet-api:4.0.0",
sha1 = "60200affc2fe0165136ed3690faf00b66aed581a",
)
maven_jar(

View File

@ -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>