Skip to content

Commit 9f50b0b

Browse files
committed
Replace javax with jakarta
1 parent a7f1ee1 commit 9f50b0b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contrib/grpc-spring/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@
3838
</dependency>
3939
<!-- Bring your own Spring dependency. Hence scope provided -->
4040
<dependency>
41-
<groupId>javax.servlet</groupId>
42-
<artifactId>servlet-api</artifactId>
43-
<version>2.5</version>
41+
<groupId>jakarta.servlet</groupId>
42+
<artifactId>jakarta.servlet-api</artifactId>
43+
<version>6.0.0</version>
4444
<scope>provided</scope>
45-
<optional>true</optional>
4645
</dependency>
4746
<dependency>
4847
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)