Skip to content

Commit 706bb9a

Browse files
chore: generate libraries at Fri Dec 13 02:29:08 UTC 2024
1 parent a9ee2e0 commit 706bb9a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-logging</artifactId>
46-
<version>3.17.2</version>
46+
<version>3.20.7</version>
4747
</dependency>
4848

4949
```

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)