diff --git a/gapic-libraries-bom/pom.xml b/gapic-libraries-bom/pom.xml
index abf38236727..e4e0d2ee785 100644
--- a/gapic-libraries-bom/pom.xml
+++ b/gapic-libraries-bom/pom.xml
@@ -336,6 +336,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.cloud</groupId>
+ <artifactId>google-cloud-bom</artifactId>
+ <version>0.266.0-SNAPSHOT</version><!-- {x-version-update:google-cloud:current} -->
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-build-bom</artifactId>
@@ -1543,6 +1550,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.cloud</groupId>
+ <artifactId>libraries-bom</artifactId>
+ <version>26.85.0-SNAPSHOT</version><!-- {x-version-update:libraries:current} -->
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
PR in google-cloud-java that merges libraries bom into monorepo breaks the generation. See details below
Originally posted by @zhumin8 in #13609