Skip to content

Commit 2e5dc32

Browse files
authored
Merge pull request #31 from jimmyjames/update-deps
Bump dependency versions
2 parents ffde401 + 41ffa37 commit 2e5dc32

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ compileJava {
3333
dependencies {
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

0 commit comments

Comments
 (0)