Skip to content

Commit 2bd957e

Browse files
committed
build(playground-server): downgrade jakarta.servlet-api to 5.0.0
1 parent 1706d79 commit 2bd957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>jakarta.servlet</groupId>
8484
<artifactId>jakarta.servlet-api</artifactId>
85-
<version>6.1.0</version>
85+
<version>5.0.0</version>
8686
<scope>provided</scope>
8787
</dependency>
8888
<dependency>

0 commit comments

Comments
 (0)