This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datacatalog'
56
56
If you are using Gradle without BOM, add this to your dependencies
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-datacatalog:1.8.2 '
59
+ implementation 'com.google.cloud:google-cloud-datacatalog:1.8.3 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-datacatalog" % " 1.8.2 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-datacatalog" % " 1.8.3 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.protobuf</groupId >
38
38
<artifactId >protobuf-java-util</artifactId >
39
- <version >3.21.1 </version >
39
+ <version >3.21.2 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >com.google.protobuf</groupId >
36
36
<artifactId >protobuf-java-util</artifactId >
37
- <version >3.21.1 </version >
37
+ <version >3.21.2 </version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >com.google.protobuf</groupId >
49
49
<artifactId >protobuf-java-util</artifactId >
50
- <version >3.21.1 </version >
50
+ <version >3.21.2 </version >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments