We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f1ee1 commit 9f50b0bCopy full SHA for 9f50b0b
contrib/grpc-spring/pom.xml
@@ -38,11 +38,10 @@
38
</dependency>
39
<!-- Bring your own Spring dependency. Hence scope provided -->
40
<dependency>
41
- <groupId>javax.servlet</groupId>
42
- <artifactId>servlet-api</artifactId>
43
- <version>2.5</version>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
+ <version>6.0.0</version>
44
<scope>provided</scope>
45
- <optional>true</optional>
46
47
48
<groupId>io.grpc</groupId>
0 commit comments