Skip to content

Commit

Permalink
deps: auto-value version 1.10.2 (#1859)
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
  • Loading branch information
suztomo and lqiu96 committed Jul 19, 2023
1 parent 7ceff67 commit 54843c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Expand Up @@ -26,7 +26,7 @@
<!-- External dependencies, especially gRPC and Protobuf version, should be
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<auto-value.version>1.10.1</auto-value.version>
<auto-value.version>1.10.2</auto-value.version>
<grpc.version>1.56.1</grpc.version>
<google.auth.version>1.19.0</google.auth.version>
<google.http-client.version>1.43.3</google.http-client.version>
Expand Down
4 changes: 2 additions & 2 deletions gax-java/dependencies.properties
Expand Up @@ -67,8 +67,8 @@ maven.com_google_android_annotations=com.google.android:annotations:4.1.1.4
maven.com_google_code_findbugs_jsr305=com.google.code.findbugs:jsr305:3.0.2
maven.com_google_errorprone_error_prone_annotations=com.google.errorprone:error_prone_annotations:2.18.0
maven.com_google_j2objc_j2objc_annotations=com.google.j2objc:j2objc-annotations:2.8
maven.com_google_auto_value_auto_value=com.google.auto.value:auto-value:1.10.1
maven.com_google_auto_value_auto_value_annotations=com.google.auto.value:auto-value-annotations:1.10.1
maven.com_google_auto_value_auto_value=com.google.auto.value:auto-value:1.10.2
maven.com_google_auto_value_auto_value_annotations=com.google.auto.value:auto-value-annotations:1.10.2
maven.com_google_api_api_common=com.google.api:api-common:2.7.0
maven.org_threeten_threetenbp=org.threeten:threetenbp:1.6.8
maven.com_google_api_grpc_grpc_google_iam_v1=com.google.api.grpc:grpc-google-iam-v1:1.10.0
Expand Down

0 comments on commit 54843c9

Please sign in to comment.