Update to assertj-core 3.18.0
This commit is contained in:
parent
091332c4b8
commit
297a13dbb5
|
@ -21,7 +21,7 @@ dependencies {
|
|||
|
||||
runtime "org.springframework.security:spring-security-aspects"
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
|
|
|
@ -22,7 +22,7 @@ dependencies {
|
|||
implementation "org.springframework:spring-webmvc"
|
||||
implementation "org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE"
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
implementation 'org.hsqldb:hsqldb:2.5.1'
|
||||
implementation 'org.springframework.data:spring-data-jpa'
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
|
|
|
@ -22,7 +22,7 @@ dependencies {
|
|||
implementation "org.springframework:spring-webmvc"
|
||||
implementation "org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE"
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
providedCompile "javax.servlet:javax.servlet-api:4.0.1"
|
||||
providedCompile "javax.servlet.jsp:javax.servlet.jsp-api:2.3.3"
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
providedCompile "javax.servlet:javax.servlet-api:4.0.1"
|
||||
providedCompile "javax.servlet.jsp:javax.servlet.jsp-api:2.3.3"
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
|
|
|
@ -22,7 +22,7 @@ dependencies {
|
|||
implementation "org.springframework:spring-webmvc"
|
||||
implementation "org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE"
|
||||
|
||||
testImplementation "org.assertj:assertj-core:3.15.0"
|
||||
testImplementation "org.assertj:assertj-core:3.18.0"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
||||
|
|
Loading…
Reference in New Issue