In the recent commit to google-cloud-bom BOM 2abc52a, the managed depenendency google-cloud-logging-logback has been removed with a comment that it will be managed by gapic-libraries-bom BOM. But this is not the case https://repo1.maven.org/maven2/com/google/cloud/gapic-libraries-bom/1.87.0/gapic-libraries-bom-1.87.0.pom
Is there a reason why it's missing in gapic, should the version be now managed manually, this seems counterintuitive.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging-logback</artifactId>
<version>0.134.0-alpha</version>
</dependency>
In the recent commit to google-cloud-bom BOM 2abc52a, the managed depenendency google-cloud-logging-logback has been removed with a comment that it will be managed by gapic-libraries-bom BOM. But this is not the case https://repo1.maven.org/maven2/com/google/cloud/gapic-libraries-bom/1.87.0/gapic-libraries-bom-1.87.0.pom
Is there a reason why it's missing in gapic, should the version be now managed manually, this seems counterintuitive.