diff --git a/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java b/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java index a54948725..2bc3df390 100644 --- a/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java +++ b/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java @@ -414,8 +414,8 @@ public Logging build() { * *

Versions 1.50.0-1.111.2 of this library don’t support the CustomTimeBefore, * DaysSinceCustomTime, DaysSinceNoncurrentTime and NoncurrentTimeBefore lifecycle conditions. To - * read GCS objects with those lifecycle conditions, update your Java client library to version - * 1.112.0 or higher. + * read GCS objects with those lifecycle conditions, update your Java client library to the latest + * version. * * @see Object Lifecycle * Management