Skip to content

Commit

Permalink
change version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Jan 23, 2024
1 parent 7e3ddb4 commit 477c593
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-pom-parent</artifactId>
<version>2.28.0</version>
<version>2.32.0</version>
<relativePath>../gapic-generator-java-pom-parent</relativePath>
</parent>

Expand All @@ -31,14 +31,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>first-party-dependencies</artifactId>
<version>3.18.0</version>
<version>3.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>third-party-dependencies</artifactId>
<version>3.18.0</version>
<version>3.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 477c593

Please sign in to comment.