-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fetch latest changes from master and bump translate version #1154
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
Fetch latest changes from master and bump translate version #1154
Conversation
Release 0.2.7
…SHOT Update version to 0.2.8-SNAPSHOT
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
ce10f60 to
7873773
Compare
|
Changes Unknown when pulling 7873773 on mziccard:translate-alpha into * on GoogleCloudPlatform:translate-alpha*. |
|
/cc @lesv |
| private static final String PUBSUB_SCOPE = "https://www.googleapis.com/auth/pubsub"; | ||
| private static final Set<String> SCOPES = ImmutableSet.of(PUBSUB_SCOPE); | ||
| private static final String DEFAULT_HOST = "https://pubsub.googleapis.com"; | ||
| private static final String DEFAULT_HOST = "pubsub.googleapis.com"; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
One Q, otherwise LGTM |
🤖 I have created a release *beep* *boop* --- ## [3.11.10](https://togithub.com/googleapis/java-logging/compare/v3.11.9...v3.11.10) (2022-10-26) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.5 ([#1156](https://togithub.com/googleapis/java-logging/issues/1156)) ([413fa54](https://togithub.com/googleapis/java-logging/commit/413fa54ee4f38d5c28e91f54f4a5cd8e0407b08a)) * Update dependency org.easymock:easymock to v5.0.1 ([#1159](https://togithub.com/googleapis/java-logging/issues/1159)) ([df8bfbe](https://togithub.com/googleapis/java-logging/commit/df8bfbeca6827e7d124a7880ae13e8bf6ec9c24c)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.16 ([#1144](https://togithub.com/googleapis/java-logging/issues/1144)) ([4836c7e](https://togithub.com/googleapis/java-logging/commit/4836c7e037bf6b15cb87d96770a12197cae9e57b)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.16 ([#1154](https://togithub.com/googleapis/java-logging/issues/1154)) ([a13ef9f](https://togithub.com/googleapis/java-logging/commit/a13ef9fa9c7d59a719534881cb4a995ead7e827d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This PR fetches latest changes from master (required to make integration tests work). This also updates translate version to
0.2.8-SNAPSHOT.