Skip to content

Commit 519339a

Browse files
chore: generate libraries at Fri Dec 13 18:10:48 UTC 2024
1 parent 3e784aa commit 519339a

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datastore</artifactId>
44-
<version>2.24.3</version>
44+
<version>2.25.0</version>
4545
</dependency>
4646

4747
```

renovate.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
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"
5444
}
5545
],
5646
"packageRules": [
@@ -111,13 +101,6 @@
111101
"^com.fasterxml.jackson.core"
112102
],
113103
"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"
121104
}
122105
],
123106
"semanticCommits": true,

0 commit comments

Comments
 (0)