Skip to content

Commit 512e370

Browse files
authored
fix: Add logging-logback to gapic-libraries-bom (#13663)
google-cloud-logging-logback was removed from the java-cloud-bom but not added to other boms managed by libraries-bom. This caused breaking changes to customers' build. Add it back to gapic-libraries-bom so it is managed by libraries-bom again. fixes: googleapis/java-cloud-bom#7498
1 parent 86d35e4 commit 512e370

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gapic-libraries-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,11 @@
887887
<type>pom</type>
888888
<scope>import</scope>
889889
</dependency>
890+
<dependency>
891+
<groupId>com.google.cloud</groupId>
892+
<artifactId>google-cloud-logging-logback</artifactId>
893+
<version>0.143.0-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
894+
</dependency>
890895
<dependency>
891896
<groupId>com.google.cloud</groupId>
892897
<artifactId>google-cloud-lustre-bom</artifactId>

0 commit comments

Comments
 (0)