Skip to content

Commit fa313c7

Browse files
committed
chore: Update README
1 parent 6738472 commit fa313c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java-datacatalog/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.1.0</version>
22+
<version>26.1.1</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -41,28 +41,28 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datacatalog</artifactId>
44-
<version>1.9.2</version>
44+
<version>1.9.3</version>
4545
</dependency>
4646

4747
```
4848

4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.1.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.1.1')
5353
5454
implementation 'com.google.cloud:google-cloud-datacatalog'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-datacatalog:1.9.2'
59+
implementation 'com.google.cloud:google-cloud-datacatalog:1.9.3'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.9.2"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.9.3"
6666
```
6767

6868
## Authentication
@@ -252,4 +252,4 @@ Java is a registered trademark of Oracle and/or its affiliates.
252252
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
253253
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
254254
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
255-
[g-c-j]: http://github.com/googleapis/google-cloud-java
255+
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)