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

Commit 2515d89

Browse files
committed
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0
1 parent a46774c commit 2515d89

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>

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: 3 additions & 3 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>
@@ -42,7 +42,7 @@
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: 3 additions & 3 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>
@@ -41,7 +41,7 @@
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>

samples/snippets/pom.xml

Lines changed: 2 additions & 2 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>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.google.truth</groupId>
4242
<artifactId>truth</artifactId>
43-
<version>1.0.1</version>
43+
<version>1.1.3</version>
4444
<scope>test</scope>
4545
</dependency>
4646
</dependencies>

0 commit comments

Comments
 (0)