@@ -28,7 +28,7 @@ import static nl.javadude.gradle.plugins.license.DownloadLicensesExtension.licen
2828plugins {
2929 id ' com.google.api-ads.java-conventions'
3030 id ' com.google.protobuf' version ' 0.8.15'
31- id " com.github.hierynomus.license-report" version " 0.15.0 "
31+ id " com.github.hierynomus.license-report" version " 0.16.1 "
3232}
3333
3434description = ' Google Ads API client library for Java'
@@ -62,14 +62,14 @@ protobuf {
6262dependencies {
6363 api project(' :google-ads-codegen' )
6464 implementation ' org.slf4j:slf4j-api:1.7.25'
65- annotationProcessor ' com.google.auto.value:auto-value:1.10.1 '
65+ annotationProcessor ' com.google.auto.value:auto-value:1.10.2 '
6666 testImplementation ' org.hamcrest:java-hamcrest:2.0.0.0'
6767 testImplementation ' org.mockito:mockito-all:1.9.5'
6868 testImplementation ' com.google.api:gax-grpc::testlib'
69- testImplementation ' io.grpc:grpc-context:1.55.1 '
69+ testImplementation ' io.grpc:grpc-context'
7070 testImplementation ' com.google.truth:truth:0.27'
71- implementation ' com.google.auto.value:auto-value-annotations:1.10.1 '
72- testImplementation ' com.google.auto.value:auto-value-annotations:1.10.1 '
71+ implementation ' com.google.auto.value:auto-value-annotations:1.10.2 '
72+ testImplementation ' com.google.auto.value:auto-value-annotations:1.10.2 '
7373 testImplementation testFixtures(project(' :google-ads-codegen' ))
7474}
7575
0 commit comments