-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update gapic generator java to 2.40.0 #10782
Conversation
@@ -24,7 +24,7 @@ | |||
<dependencyManagement> | |||
<dependencies> | |||
<dependency> | |||
<groupId>com.google.api-ads</groupId> | |||
<groupId>com.google.api-ads.api.grpc</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional?
java-admanager/pom.xml
Outdated
@@ -46,4 +46,4 @@ | |||
<module>ad-manager-bom</module> | |||
</modules> | |||
|
|||
</project> | |||
</project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we revert this change as well? Also do we know where this change is from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also comes from fix-poms.py
.
pom.xml is not rendered from templates when updates so it's not clear to me how this indentation come.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted this change.
No description provided.