Skip to content

Commit

Permalink
chore: Update generation configuration at Mon Oct 7 19:59:17 UTC 2024 (
Browse files Browse the repository at this point in the history
…#1704)

* chore: Update generation configuration at Mon Oct  7 19:59:17 UTC 2024

* chore: generate libraries at Mon Oct  7 19:59:45 UTC 2024
  • Loading branch information
cloud-java-bot authored Oct 7, 2024
1 parent 4cbb7ec commit 90b88ee
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-logging'
```
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: 5c181aaf78bd1ae2e08c3a2971cd9e87b6e00986
libraries_bom_version: 26.47.0
gapic_generator_version: 2.47.0
googleapis_commitish: 3effbf23b1a1d1fe1306356e94397e20d01d31a0
libraries_bom_version: 26.48.0
libraries:
- api_shortname: logging
name_pretty: Cloud Logging
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 90b88ee

Please sign in to comment.