Skip to content

Commit 33f82a2

Browse files
author
Mila Votradovec
committed
chore: update javaee-web-api
1 parent 2dda669 commit 33f82a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

todolist-web-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>javax</groupId>
3131
<artifactId>javaee-web-api</artifactId>
32-
<version>6.0</version>
32+
<version>7.0</version>
3333
</dependency>
3434

3535
<!--jstl-->

todolist-web-struts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>javax</groupId>
3030
<artifactId>javaee-web-api</artifactId>
31-
<version>6.0</version>
31+
<version>7.0</version>
3232
<scope>provided</scope>
3333
</dependency>
3434

0 commit comments

Comments
 (0)