Skip to content

Commit

Permalink
deps: upgrading shared deps 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Sep 15, 2022
1 parent 25c0cf1 commit bc12029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/owlbot/java/templates/poms/bom_pom.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.2.7</version>
<version>1.5.3</version>
</parent>

<name>Google {{name}} BOM</name>
Expand Down
4 changes: 2 additions & 2 deletions docker/owlbot/java/templates/poms/parent_pom.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</parent>

<developers>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.13.0</version>
<version>3.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit bc12029

Please sign in to comment.