Skip to content

Commit

Permalink
[RW-696][RW-697][risk=no] Upgrade Jackson (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong authored Jun 15, 2018
1 parent 754eabe commit 43bf3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ dependencies {
}
compile 'org.springframework.security:spring-security-web:+'

compile 'com.fasterxml.jackson.core:jackson-annotations:+'
compile 'com.fasterxml.jackson.core:jackson-core:+'
compile 'com.fasterxml.jackson.core:jackson-databind:+'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-core:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
compile 'com.google.apis:google-api-services-admin-directory:directory_v1-rev86-1.23.0'
compile 'com.google.apis:google-api-services-oauth2:+'
compile 'com.google.cloud:google-cloud-bigquery:0.30.0-beta'
Expand Down
6 changes: 3 additions & 3 deletions public-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ dependencies {
}
compile 'org.springframework.security:spring-security-web:+'

compile 'com.fasterxml.jackson.core:jackson-annotations:+'
compile 'com.fasterxml.jackson.core:jackson-core:+'
compile 'com.fasterxml.jackson.core:jackson-databind:+'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-core:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
compile 'joda-time:joda-time:+'
compile 'javax.inject:javax.inject:1'
compile 'io.swagger:swagger-annotations:1.5.16'
Expand Down

0 comments on commit 43bf3c3

Please sign in to comment.