Skip to content

Commit

Permalink
servlet version update
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Sep 7, 2022
1 parent a4d03e6 commit 9db4c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/helloworld-spring-annotations/pom.xml
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet5.version}</version>
<version>${servlet6.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion examples/helloworld-spring-webapp/pom.xml
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet5.version}</version>
<version>${servlet6.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9db4c87

Please sign in to comment.