Skip to content

Commit f66e619

Browse files
committed
Update to jakarta.servlet-api 6.0.0
Closes gh-965
1 parent e05f86f commit f66e619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/spring-authorization-server-dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
api platform("com.fasterxml.jackson:jackson-bom:2.13.4.20221013")
1313
constraints {
1414
api "com.nimbusds:nimbus-jose-jwt:9.24.4"
15-
api "jakarta.servlet:jakarta.servlet-api:5.0.0"
15+
api "jakarta.servlet:jakarta.servlet-api:6.0.0"
1616
api "org.junit.jupiter:junit-jupiter:5.9.1"
1717
api "org.assertj:assertj-core:3.23.1"
1818
api "org.mockito:mockito-core:4.8.1"

0 commit comments

Comments
 (0)