Skip to content

Commit

Permalink
chore: Update generation configuration at Sun Oct 6 02:28:51 UTC 2024 (
Browse files Browse the repository at this point in the history
…#2196)

* chore: Update generation configuration at Fri Sep 27 02:26:54 UTC 2024

* chore: Update generation configuration at Sat Sep 28 02:25:28 UTC 2024

* chore: Update generation configuration at Tue Oct  1 02:30:17 UTC 2024

* chore: Update generation configuration at Wed Oct  2 02:26:30 UTC 2024

* chore: Update generation configuration at Thu Oct  3 02:26:41 UTC 2024

* chore: Update generation configuration at Fri Oct  4 02:26:51 UTC 2024

* chore: generate libraries at Fri Oct  4 02:27:14 UTC 2024

* chore: Update generation configuration at Sat Oct  5 02:25:14 UTC 2024

* chore: Update generation configuration at Sun Oct  6 02:28:51 UTC 2024

* chore: generate libraries at Sun Oct  6 02:29:15 UTC 2024
  • Loading branch information
cloud-java-bot authored Oct 7, 2024
1 parent 7a4fb82 commit ccd23af
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.47.0')
implementation platform('com.google.cloud:libraries-bom:26.48.0')
implementation 'com.google.cloud:google-cloud-pubsub'
```
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.46.0
googleapis_commitish: 005df4681b89bd204a90b76168a6dc9d9e7bf4fe
libraries_bom_version: 26.47.0
gapic_generator_version: 2.47.0
googleapis_commitish: 1f8352cf46df74d7db6fd544181655c590689b8c
libraries_bom_version: 26.48.0
libraries:
- api_shortname: pubsub
name_pretty: Cloud Pub/Sub
Expand Down
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
"^.github/workflows/hermetic_library_generation.yaml$"
],
"matchStrings": [
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
],
"depNameTemplate": "com.google.api:gapic-generator-java",
"datasourceTemplate": "maven"
}
],
"packageRules": [
Expand Down Expand Up @@ -101,6 +111,13 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"matchPackagePatterns": [
"^com.google.api:gapic-generator-java",
"^com.google.cloud:sdk-platform-java-config"
],
"groupName": "SDK platform Java dependencies"
}
],
"semanticCommits": true,
Expand Down

0 comments on commit ccd23af

Please sign in to comment.