Update to jakarta.servlet-api dependency

Closes gh-1960
This commit is contained in:
Eleftheria Stein
2022-01-14 16:21:35 +01:00
parent 8f20fa328a
commit a0246a61b6
19 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
api "org.springframework:spring-context"
api "org.springframework:spring-jdbc"
testImplementation "javax.servlet:javax.servlet-api"
testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test"