diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md index cb1a626c200b..2337f034666c 100644 --- a/java-datacatalog/README.md +++ b/java-datacatalog/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.1.0 + 26.1.1 pom import @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-datacatalog - 1.9.2 + 1.9.3 ``` @@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.1.0') +implementation platform('com.google.cloud:libraries-bom:26.1.1') implementation 'com.google.cloud:google-cloud-datacatalog' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datacatalog:1.9.2' +implementation 'com.google.cloud:google-cloud-datacatalog:1.9.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.9.2" +libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.9.3" ``` ## Authentication @@ -252,4 +252,4 @@ Java is a registered trademark of Oracle and/or its affiliates. [cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained [apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries [oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html -[g-c-j]: http://github.com/googleapis/google-cloud-java +[g-c-j]: http://github.com/googleapis/google-cloud-java \ No newline at end of file