Skip to content

Commit

Permalink
Update dependency com.google.cloud:google-cloud-logging to v1.102.0 (#19
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] committed Nov 12, 2020
1 parent 892ad89 commit d3f3eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compile 'javax.xml.bind:jaxb-api:2.3.1'
compile 'com.sun.xml.bind:jaxb-impl:2.3.2'
compile 'com.google.guava:guava:22.0'
compile 'com.google.cloud:google-cloud-logging:1.7.0'
compile 'com.google.cloud:google-cloud-logging:1.102.0'
compile('com.google.api-client:google-api-client:1.22.0') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
Expand Down
2 changes: 1 addition & 1 deletion validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compile group: 'com.github.everit-org.json-schema', name: 'org.everit.json.schema', version: '1.9.1'

compile 'com.google.guava:guava:22.0'
compile 'com.google.cloud:google-cloud-logging:1.66.0'
compile 'com.google.cloud:google-cloud-logging:1.102.0'
compile ('com.google.apis:google-api-services-cloudiot:v1-rev20181120-1.27.0') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
Expand Down

0 comments on commit d3f3eef

Please sign in to comment.