Skip to content

Commit

Permalink
chore: fixing the bad reference for "-bom" version key (#10682)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Apr 18, 2024
1 parent e769984 commit 02d2b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-talent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-talent-bom</artifactId>
<version>2.6.1-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent-bom:current} -->
<version>2.43.0-SNAPSHOT</version> <!-- {x-version-update:google-cloud-talent:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion java-video-intelligence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-intelligence-bom</artifactId>
<version>2.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-video-intelligence-bom:current} -->
<version>2.41.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 02d2b5e

Please sign in to comment.