Skip to content

Commit ffb01de

Browse files
chore: generate libraries at Tue May 6 15:01:24 UTC 2025
1 parent cce6dcb commit ffb01de

File tree

5 files changed

+51
-48
lines changed

5 files changed

+51
-48
lines changed

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.47.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.46.3" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.47.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.3" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.47.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.46.3" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.139.2'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.139.3'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.139.2"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.139.3"
6868
```
6969

7070
## Authentication
@@ -418,7 +418,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
418418
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
419419
[stability-image]: https://img.shields.io/badge/stability-stable-green
420420
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
421-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.139.2
421+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.139.3
422422
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
423423
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
424424
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

renovate.json

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
12
{
3+
24
"extends": [
35
":separateMajorReleases",
46
":combinePatchMinorReleases",
@@ -7,7 +9,8 @@
79
":updateNotScheduled",
810
":automergeDisabled",
911
":ignoreModulesAndTests",
10-
":maintainLockFilesDisabled"
12+
":maintainLockFilesDisabled",
13+
":autodetectPinVersions"
1114
],
1215
"ignorePaths": [
1316
".kokoro/requirements.txt",
@@ -42,63 +45,63 @@
4245
],
4346
"packageRules": [
4447
{
45-
"versioning": "docker",
46-
"matchPackageNames": [
47-
"/^com.google.guava:/"
48-
]
48+
"packagePatterns": [
49+
"^com.google.guava:"
50+
],
51+
"versionScheme": "docker"
4952
},
5053
{
51-
"semanticCommitType": "deps",
52-
"semanticCommitScope": null,
53-
"matchPackageNames": [
54+
"packagePatterns": [
5455
"*"
55-
]
56+
],
57+
"semanticCommitType": "deps",
58+
"semanticCommitScope": null
5659
},
5760
{
61+
"packagePatterns": [
62+
"^org.apache.maven",
63+
"^org.jacoco:",
64+
"^org.codehaus.mojo:",
65+
"^org.sonatype.plugins:",
66+
"^com.google.cloud:google-cloud-shared-config"
67+
],
5868
"semanticCommitType": "build",
59-
"semanticCommitScope": "deps",
60-
"matchPackageNames": [
61-
"/^org.apache.maven/",
62-
"/^org.jacoco:/",
63-
"/^org.codehaus.mojo:/",
64-
"/^org.sonatype.plugins:/",
65-
"/^com.google.cloud:google-cloud-shared-config/"
66-
]
69+
"semanticCommitScope": "deps"
6770
},
6871
{
72+
"packagePatterns": [
73+
"^com.google.cloud:google-cloud-pubsub",
74+
"^com.google.cloud:libraries-bom",
75+
"^com.google.cloud.samples:shared-configuration"
76+
],
6977
"semanticCommitType": "chore",
70-
"semanticCommitScope": "deps",
71-
"matchPackageNames": [
72-
"/^com.google.cloud:google-cloud-pubsub/",
73-
"/^com.google.cloud:libraries-bom/",
74-
"/^com.google.cloud.samples:shared-configuration/"
75-
]
78+
"semanticCommitScope": "deps"
7679
},
7780
{
81+
"packagePatterns": [
82+
"^junit:junit",
83+
"^com.google.truth:truth",
84+
"^org.mockito:mockito-core",
85+
"^org.objenesis:objenesis",
86+
"^com.google.cloud:google-cloud-conformance-tests",
87+
"^org.graalvm.buildtools:junit-platform-native"
88+
],
7889
"semanticCommitType": "test",
79-
"semanticCommitScope": "deps",
80-
"matchPackageNames": [
81-
"/^junit:junit/",
82-
"/^com.google.truth:truth/",
83-
"/^org.mockito:mockito-core/",
84-
"/^org.objenesis:objenesis/",
85-
"/^com.google.cloud:google-cloud-conformance-tests/",
86-
"/^org.graalvm.buildtools:junit-platform-native/"
87-
]
90+
"semanticCommitScope": "deps"
8891
},
8992
{
90-
"ignoreUnstable": false,
91-
"matchPackageNames": [
92-
"/^com.google.cloud:google-cloud-/"
93-
]
93+
"packagePatterns": [
94+
"^com.google.cloud:google-cloud-"
95+
],
96+
"ignoreUnstable": false
9497
},
9598
{
96-
"groupName": "jackson dependencies",
97-
"matchPackageNames": [
98-
"/^com.fasterxml.jackson.core/"
99-
]
99+
"packagePatterns": [
100+
"^com.fasterxml.jackson.core"
101+
],
102+
"groupName": "jackson dependencies"
100103
}
101104
],
102-
"semanticCommits": "enabled",
105+
"semanticCommits": true,
103106
"dependencyDashboard": true
104-
}
107+
}

0 commit comments

Comments
 (0)