Skip to content
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

chore: Update generation configuration at Tue Nov 19 02:27:52 UTC 2024 #2393

Merged
merged 18 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e9d1f85
chore: Update generation configuration at Wed Oct 30 02:25:47 UTC 2024
cloud-java-bot Oct 30, 2024
5d3313c
chore: Update generation configuration at Thu Oct 31 02:26:28 UTC 2024
cloud-java-bot Oct 31, 2024
430a22c
chore: Update generation configuration at Fri Nov 1 02:28:50 UTC 2024
cloud-java-bot Nov 1, 2024
54a07cf
chore: Update generation configuration at Sat Nov 2 02:23:45 UTC 2024
cloud-java-bot Nov 2, 2024
acd8348
chore: generate libraries at Sat Nov 2 02:24:25 UTC 2024
cloud-java-bot Nov 2, 2024
7d5177a
chore: Update generation configuration at Tue Nov 5 02:23:52 UTC 2024
cloud-java-bot Nov 5, 2024
cb89509
chore: Update generation configuration at Wed Nov 6 02:23:11 UTC 2024
cloud-java-bot Nov 6, 2024
c08e1fc
chore: Update generation configuration at Thu Nov 7 02:23:51 UTC 2024
cloud-java-bot Nov 7, 2024
d9f9ae9
chore: Update generation configuration at Fri Nov 8 02:24:13 UTC 2024
cloud-java-bot Nov 8, 2024
d6257f4
chore: Update generation configuration at Sat Nov 9 02:20:54 UTC 2024
cloud-java-bot Nov 9, 2024
7e640e2
chore: Update generation configuration at Tue Nov 12 02:22:43 UTC 2024
cloud-java-bot Nov 12, 2024
2d8963c
chore: Update generation configuration at Wed Nov 13 02:24:32 UTC 2024
cloud-java-bot Nov 13, 2024
6010e29
chore: Update generation configuration at Thu Nov 14 02:24:55 UTC 2024
cloud-java-bot Nov 14, 2024
f142d42
chore: Update generation configuration at Fri Nov 15 02:27:50 UTC 2024
cloud-java-bot Nov 15, 2024
222439f
chore: Update generation configuration at Sat Nov 16 02:26:45 UTC 2024
cloud-java-bot Nov 16, 2024
5ecf8d4
chore: generate libraries at Sat Nov 16 02:27:25 UTC 2024
cloud-java-bot Nov 16, 2024
b431df2
chore: Update generation configuration at Mon Nov 18 02:28:58 UTC 2024
cloud-java-bot Nov 18, 2024
9ea3247
chore: Update generation configuration at Tue Nov 19 02:27:52 UTC 2024
cloud-java-bot Nov 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.49.0')
implementation platform('com.google.cloud:libraries-bom:26.50.0')

implementation 'com.google.cloud:google-cloud-bigtable'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.49.0
googleapis_commitish: ba8ea80f25d19bde8501cd51f314391f8d39bde8
libraries_bom_version: 26.49.0
googleapis_commitish: 14e5759e6036ea42178a7e9cf2490d72cb6813a2
libraries_bom_version: 26.50.0
template_excludes:
- .gitignore
- .kokoro/presubmit/integration.cfg
Expand Down
Loading