File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:084ad4c60551b075846bcb2405ec1c14b0d00ec1eb5503d4dd0d2a92cdc2d3e2
17
- # created: 2024-03-15T14:33:32.257974519Z
16
+ digest : sha256:81c3ec554428c8ff6c92f0d58668b7ef52265d053a82284c97a326745e786949
17
+ # created: 2024-03-27T17:59:25.436353226Z
Original file line number Diff line number Diff line change 17
17
# repository
18
18
.kokoro/build.sh
19
19
- name : Unmanaged dependency check
20
- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
20
+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.27.0
21
21
with :
22
22
bom-path : google-cloud-logging-bom/pom.xml
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-logging'
59
59
If you are using Gradle without BOM, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-logging:3.16.1 '
62
+ implementation 'com.google.cloud:google-cloud-logging:3.16.2 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies:
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.16.1 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-logging" % " 3.16.2 "
69
69
```
70
70
<!-- {x-version-update-end} -->
71
71
@@ -452,7 +452,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
452
452
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
453
453
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
454
454
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
455
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.16.1
455
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.16.2
456
456
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
457
457
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
458
458
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 12
12
],
13
13
"ignorePaths" : [
14
14
" .kokoro/requirements.txt" ,
15
- " .github/workflows/**"
15
+ " .github/workflows/approve-readme.yaml" ,
16
+ " .github/workflows/ci.yaml" ,
17
+ " .github/workflows/renovate_config_check.yaml" ,
18
+ " .github/workflows/samples.yaml"
16
19
],
17
20
"customManagers" : [
18
21
{
23
26
"matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
24
27
"depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
25
28
"datasourceTemplate" : " maven"
29
+ },
30
+ {
31
+ "customType" : " regex" ,
32
+ "fileMatch" : [
33
+ " ^.github/workflows/unmanaged_dependency_check.yaml$"
34
+ ],
35
+ "matchStrings" : [" uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\ n" ],
36
+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
37
+ "datasourceTemplate" : " maven"
26
38
}
27
39
],
28
40
"packageRules" : [
You can’t perform that action at this time.
0 commit comments