File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ updates:
17
17
# version of Jetty we deliver. See:
18
18
# https://github.com/jenkinsci/jenkins/pull/5211
19
19
- dependency-name : " jakarta.servlet:jakarta.servlet-api"
20
- - dependency-name : " javax.servlet:javax.servlet-api"
21
20
22
21
# Jetty Maven Plugin and Winstone should be upgraded in lockstep in order
23
22
# to keep their corresponding Jetty versions aligned.
Original file line number Diff line number Diff line change @@ -328,9 +328,10 @@ THE SOFTWARE.
328
328
<artifactId >websocket-spi</artifactId >
329
329
<version >${project.version} </version >
330
330
<exclusions >
331
+ <!-- Provided by Jetty/Winstone -->
331
332
<exclusion >
332
- <groupId >javax .servlet</groupId >
333
- <artifactId >javax .servlet-api</artifactId >
333
+ <groupId >jakarta .servlet</groupId >
334
+ <artifactId >jakarta .servlet-api</artifactId >
334
335
</exclusion >
335
336
</exclusions >
336
337
</dependency >
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ THE SOFTWARE.
50
50
51
51
<dependencies >
52
52
<dependency >
53
- <groupId >javax .servlet</groupId >
54
- <artifactId >javax .servlet-api</artifactId >
55
- <version >3.1.0 </version >
53
+ <groupId >jakarta .servlet</groupId >
54
+ <artifactId >jakarta .servlet-api</artifactId >
55
+ <version >4.0.4 </version >
56
56
</dependency >
57
57
</dependencies >
58
58
You can’t perform that action at this time.
0 commit comments