Update to Spring Framework 6.0
Issue gh-10360
This commit is contained in:
@@ -12,10 +12,10 @@ dependencies {
|
||||
api 'org.springframework:spring-expression'
|
||||
api 'org.springframework:spring-web'
|
||||
|
||||
provided 'javax.servlet.jsp:javax.servlet.jsp-api'
|
||||
provided 'javax.servlet:javax.servlet-api'
|
||||
provided 'jakarta.servlet.jsp:jakarta.servlet.jsp-api'
|
||||
provided 'jakarta.servlet:jakarta.servlet-api'
|
||||
|
||||
testRuntimeOnly 'javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api'
|
||||
testRuntimeOnly 'jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api'
|
||||
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
|
||||
Reference in New Issue
Block a user