Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit f76e876

Browse files
authored
1 parent 7b43a28 commit f76e876

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-binary-authorization</artifactId>
22-
<version>1.2.1</version>
22+
<version>1.2.2</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```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'
3030
```
3131

3232
If you are using SBT, add this to your dependencies:
3333

3434
```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"
3636
```
3737

3838
## Authentication

google-cloud-binary-authorization/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
<groupId>org.threeten</groupId>
7171
<artifactId>threetenbp</artifactId>
7272
</dependency>
73+
<dependency>
74+
<groupId>io.grafeas</groupId>
75+
<artifactId>grafeas</artifactId>
76+
<scope>runtime</scope>
77+
</dependency>
7378

7479
<!-- Test dependencies -->
7580
<dependency>
@@ -78,11 +83,6 @@
7883
<scope>test</scope>
7984
<version>4.13.2</version>
8085
</dependency>
81-
<dependency>
82-
<groupId>io.grafeas</groupId>
83-
<artifactId>grafeas</artifactId>
84-
<scope>test</scope>
85-
</dependency>
8686

8787
<dependency>
8888
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)