We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5402d2e + 0fce377 commit 882a947Copy full SHA for 882a947
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation group: 'junit', name: 'junit'
34
35
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
36
- compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.0.0'
+ compileOnly group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.1.0'
37
}
38
39
publishing {
0 commit comments