Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 023144f

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0
2 parents 1975f46 + 8fccbae commit 023144f

File tree

11 files changed

+50
-51
lines changed

11 files changed

+50
-51
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
docker:
15-
digest: sha256:e3746f84955528d0fe24bf2e4df89875d6ce5a036af01b9c326d61a38838523a
15+
digest: sha256:df8d7b2cc0dbc65871e7edd86601901a0612b272fa3f7f0eb590c5c53aa5f92e
1616
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest

.github/sync-repo-settings.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
/*
2-
* Copyright 2021 Google LLC
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* https://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
1614
# Whether or not rebase-merging is enabled on this repository.
1715
# Defaults to `true`
1816
rebaseMergeAllowed: false

.github/workflows/samples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-java@v3
2525
with:
26+
distribution: zulu
2627
java-version: 8
2728
- name: Run checkstyle
2829
run: mvn -P lint --quiet --batch-mode checkstyle:check

.kokoro/build.bat

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1+
:: Copyright 2022 Google LLC
2+
::
3+
:: Licensed under the Apache License, Version 2.0 (the "License");
4+
:: you may not use this file except in compliance with the License.
5+
:: You may obtain a copy of the License at
6+
::
7+
:: http://www.apache.org/licenses/LICENSE-2.0
8+
::
9+
:: Unless required by applicable law or agreed to in writing, software
10+
:: distributed under the License is distributed on an "AS IS" BASIS,
11+
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
:: See the License for the specific language governing permissions and
13+
:: limitations under the License.
14+
:: Github action job to test core java library features on
15+
:: downstream client libraries before they are released.
116
:: See documentation in type-shell-output.bat
2-
# Copyright 2022 Google LLC
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
# Github action job to test core java library features on
16-
# downstream client libraries before they are released.
1717

1818
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"api_shortname": "certificate-manager",
2+
"api_shortname": "certificatemanager",
33
"name_pretty": "Certificate Manager",
44
"product_documentation": "https://cloud.google.com/certificate-manager/docs",
55
"api_description": "lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing.",

google-cloud-certificate-manager-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-shared-config</artifactId>
11-
<version>1.2.1</version>
11+
<version>1.2.7</version>
1212
</parent>
1313

1414
<name>Google Certificate Manager BOM</name>

google-cloud-certificate-manager/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
@@ -108,4 +108,4 @@
108108
</plugin>
109109
</plugins>
110110
</build>
111-
</project>
111+
</project>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.1</version>
17+
<version>1.2.7</version>
1818
</parent>
1919

2020
<developers>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.cloud</groupId>
8787
<artifactId>google-cloud-shared-dependencies</artifactId>
88-
<version>2.4.0</version>
88+
<version>2.8.0</version>
8989
<type>pom</type>
9090
<scope>import</scope>
9191
</dependency>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-project-info-reports-plugin</artifactId>
124-
<version>3.1.1</version>
124+
<version>3.2.2</version>
125125
<reportSets>
126126
<reportSet>
127127
<reports>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-javadoc-plugin</artifactId>
151-
<version>3.2.0</version>
151+
<version>3.3.2</version>
152152
<reportSets>
153153
<reportSet>
154154
<id>html</id>

samples/install-without-bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.12</version>
17+
<version>1.2.0</version>
1818
</parent>
1919

2020
<properties>
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>junit</groupId>
3838
<artifactId>junit</artifactId>
39-
<version>4.13</version>
39+
<version>4.13.2</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.truth</groupId>
4444
<artifactId>truth</artifactId>
45-
<version>1.0.1</version>
45+
<version>1.1.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.codehaus.mojo</groupId>
5555
<artifactId>build-helper-maven-plugin</artifactId>
56-
<version>3.1.0</version>
56+
<version>3.3.0</version>
5757
<executions>
5858
<execution>
5959
<id>add-snippets-source</id>

samples/snapshot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.12</version>
17+
<version>1.2.0</version>
1818
</parent>
1919

2020
<properties>
@@ -35,13 +35,13 @@
3535
<dependency>
3636
<groupId>junit</groupId>
3737
<artifactId>junit</artifactId>
38-
<version>4.13</version>
38+
<version>4.13.2</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.truth</groupId>
4343
<artifactId>truth</artifactId>
44-
<version>1.0.1</version>
44+
<version>1.1.3</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.codehaus.mojo</groupId>
5454
<artifactId>build-helper-maven-plugin</artifactId>
55-
<version>3.1.0</version>
55+
<version>3.3.0</version>
5656
<executions>
5757
<execution>
5858
<id>add-snippets-source</id>

0 commit comments

Comments
 (0)