This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 2 files changed +8
-8
lines changed
google-cloud-binary-authorization
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-binary-authorization</artifactId >
22
- <version >1.2.1 </version >
22
+ <version >1.2.2 </version >
23
23
</dependency >
24
24
```
25
25
26
26
If you are using Gradle without BOM, add this to your dependencies:
27
27
28
28
``` Groovy
29
- implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.1 '
29
+ implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.2 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies:
33
33
34
34
``` Scala
35
- libraryDependencies += " com.google.cloud" % " google-cloud-binary-authorization" % " 1.2.1 "
35
+ libraryDependencies += " com.google.cloud" % " google-cloud-binary-authorization" % " 1.2.2 "
36
36
```
37
37
38
38
## Authentication
Original file line number Diff line number Diff line change 70
70
<groupId >org.threeten</groupId >
71
71
<artifactId >threetenbp</artifactId >
72
72
</dependency >
73
+ <dependency >
74
+ <groupId >io.grafeas</groupId >
75
+ <artifactId >grafeas</artifactId >
76
+ <scope >runtime</scope >
77
+ </dependency >
73
78
74
79
<!-- Test dependencies -->
75
80
<dependency >
78
83
<scope >test</scope >
79
84
<version >4.13.2</version >
80
85
</dependency >
81
- <dependency >
82
- <groupId >io.grafeas</groupId >
83
- <artifactId >grafeas</artifactId >
84
- <scope >test</scope >
85
- </dependency >
86
86
87
87
<dependency >
88
88
<groupId >com.google.api.grpc</groupId >
You can’t perform that action at this time.
0 commit comments