File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ compileJava {
3333dependencies {
3434 implementation ' com.auth0:java-jwt:3.8.1'
3535 implementation ' com.auth0:jwks-rsa:0.8.2'
36- implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9'
36+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9.1 '
3737 implementation ' commons-codec:commons-codec:1.12'
38- implementation ' org.springframework.security:spring-security-core:4.2.12 .RELEASE'
39- implementation ' org.springframework.security:spring-security-web:4.2.12 .RELEASE'
40- implementation ' org.springframework.security:spring-security-config:4.2.12 .RELEASE'
38+ implementation ' org.springframework.security:spring-security-core:4.2.13 .RELEASE'
39+ implementation ' org.springframework.security:spring-security-web:4.2.13 .RELEASE'
40+ implementation ' org.springframework.security:spring-security-config:4.2.13 .RELEASE'
4141 implementation ' org.slf4j:slf4j-api:1.7.26'
4242 compileOnly ' javax.servlet:servlet-api:2.5'
4343
4444 testImplementation ' junit:junit:4.12'
4545 testImplementation ' org.hamcrest:java-hamcrest:2.0.0.0'
46- testImplementation ' org.mockito:mockito-core:2.23.0 '
46+ testImplementation ' org.mockito:mockito-core:2.28.2 '
4747 testCompile ' javax.servlet:servlet-api:2.5'
4848}
4949
You can’t perform that action at this time.
0 commit comments