Skip to content

Commit 90b88ee

Browse files
chore: Update generation configuration at Mon Oct 7 19:59:17 UTC 2024 (#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
1 parent 4cbb7ec commit 90b88ee

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.47.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.48.0')
5656
5757
implementation 'com.google.cloud:google-cloud-logging'
5858
```

generation_config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.46.0
2-
googleapis_commitish: 5c181aaf78bd1ae2e08c3a2971cd9e87b6e00986
3-
libraries_bom_version: 26.47.0
1+
gapic_generator_version: 2.47.0
2+
googleapis_commitish: 3effbf23b1a1d1fe1306356e94397e20d01d31a0
3+
libraries_bom_version: 26.48.0
44
libraries:
55
- api_shortname: logging
66
name_pretty: Cloud Logging

renovate.json

+17
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
],
4242
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
4343
"datasourceTemplate": "maven"
44+
},
45+
{
46+
"fileMatch": [
47+
"^.github/workflows/hermetic_library_generation.yaml$"
48+
],
49+
"matchStrings": [
50+
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
51+
],
52+
"depNameTemplate": "com.google.api:gapic-generator-java",
53+
"datasourceTemplate": "maven"
4454
}
4555
],
4656
"packageRules": [
@@ -101,6 +111,13 @@
101111
"^com.fasterxml.jackson.core"
102112
],
103113
"groupName": "jackson dependencies"
114+
},
115+
{
116+
"matchPackagePatterns": [
117+
"^com.google.api:gapic-generator-java",
118+
"^com.google.cloud:sdk-platform-java-config"
119+
],
120+
"groupName": "SDK platform Java dependencies"
104121
}
105122
],
106123
"semanticCommits": true,

0 commit comments

Comments
 (0)