Skip to content

Commit ccd23af

Browse files
chore: Update generation configuration at Sun Oct 6 02:28:51 UTC 2024 (#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
1 parent 7a4fb82 commit ccd23af

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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-pubsub'
5858
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.46.0
2-
googleapis_commitish: 005df4681b89bd204a90b76168a6dc9d9e7bf4fe
3-
libraries_bom_version: 26.47.0
1+
gapic_generator_version: 2.47.0
2+
googleapis_commitish: 1f8352cf46df74d7db6fd544181655c590689b8c
3+
libraries_bom_version: 26.48.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

renovate.json

Lines changed: 17 additions & 0 deletions
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)