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

@@ -15,7 +15,7 @@ dependencies {
testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test"
testImplementation "io.projectreactor:reactor-test"
testImplementation "javax.servlet:javax.servlet-api"
testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.springframework:spring-web"
testImplementation "org.springframework.security:spring-security-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"