Skip to content

Commit a9ee6b4

Browse files
Bump servlet-api from 0 to 2.5
Bumps servlet-api from 0 to 2.5. Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ef4d94 commit a9ee6b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ THE SOFTWARE.
408408
<groupId>javax.servlet</groupId>
409409
<!-- the old artifactID for the servlet API -->
410410
<artifactId>servlet-api</artifactId>
411-
<version>[0]</version>
411+
<version>[2.5]</version>
412412
<!--
413413
"[0]" is a range that must be exactly 0
414414
this is different to "0" which is hint to use version 0.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ THE SOFTWARE.
114114
<groupId>javax.servlet</groupId>
115115
<!-- the old artifactID for the servlet API -->
116116
<artifactId>servlet-api</artifactId>
117-
<version>[0]</version>
117+
<version>[2.5]</version>
118118
<!--
119119
"[0]" is a range that must be exactly 0
120120
this is different to "0" which is hint to use version 0.

0 commit comments

Comments
 (0)