Skip to content

Commit 26a0dd2

Browse files
Update dependency jakarta.servlet:jakarta.servlet-api to v6
1 parent 98d91d7 commit 26a0dd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libthrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>jakarta.servlet</groupId>
2222
<artifactId>jakarta.servlet-api</artifactId>
23-
<version>5.0.0</version>
23+
<version>6.0.0</version>
2424
<scope>provided</scope>
2525
</dependency>
2626
<dependency>

woody-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>jakarta.servlet</groupId>
3636
<artifactId>jakarta.servlet-api</artifactId>
37-
<version>5.0.0</version>
37+
<version>6.0.0</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<!--Test libs-->

0 commit comments

Comments
 (0)