Skip to content

Commit c650bca

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 aa5e1b8 commit c650bca

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
@@ -154,7 +154,7 @@ THE SOFTWARE.
154154
<groupId>javax.servlet</groupId>
155155
<!-- the old artifactID for the servlet API -->
156156
<artifactId>servlet-api</artifactId>
157-
<version>[0]</version>
157+
<version>[2.5]</version>
158158
<!--
159159
"[0]" is a range that must be exactly 0
160160
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
@@ -165,7 +165,7 @@ THE SOFTWARE.
165165
<groupId>javax.servlet</groupId>
166166
<!-- the old artifactID for the servlet API -->
167167
<artifactId>servlet-api</artifactId>
168-
<version>[0]</version>
168+
<version>[2.5]</version>
169169
<!--
170170
"[0]" is a range that must be exactly 0
171171
this is different to "0" which is hint to use version 0.

0 commit comments

Comments
 (0)