File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed
clients/google-api-services-binaryauthorization
com/google/api/services/binaryauthorization/v1
com/google/api/services/binaryauthorization/v1beta1 Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 2
2
"maven" : {
3
3
"groupId" : " com.google.apis" ,
4
4
"artifactId" : " google-api-services-binaryauthorization" ,
5
- "version" : " v1-rev20200221-1.30.8 "
5
+ "version" : " v1-rev20200221-1.30.9 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the following lines to your `pom.xml` file:
23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-binaryauthorization</artifactId >
26
- <version >v1-rev20200221-1.30.8 </version >
26
+ <version >v1-rev20200221-1.30.9 </version >
27
27
</dependency >
28
28
</dependencies >
29
29
</project >
@@ -36,7 +36,7 @@ repositories {
36
36
mavenCentral()
37
37
}
38
38
dependencies {
39
- compile 'com.google.apis:google-api-services-binaryauthorization:v1-rev20200221-1.30.8 '
39
+ compile 'com.google.apis:google-api-services-binaryauthorization:v1-rev20200221-1.30.9 '
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class BinaryAuthorization extends com.google.api.client.googleapis.servic
47
47
com .google .api .client .googleapis .GoogleUtils .MINOR_VERSION >= 15 ,
48
48
"You are currently running with version %s of google-api-client. " +
49
49
"You need at least version 1.15 of google-api-client to run version " +
50
- "1.30.8 of the Binary Authorization API library." , com .google .api .client .googleapis .GoogleUtils .VERSION );
50
+ "1.30.9 of the Binary Authorization API library." , com .google .api .client .googleapis .GoogleUtils .VERSION );
51
51
}
52
52
53
53
/**
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-binaryauthorization</artifactId >
11
- <version >v1-rev20200221-1.30.8 </version >
12
- <name >Binary Authorization API v1-rev20200221-1.30.8 </name >
11
+ <version >v1-rev20200221-1.30.9 </version >
12
+ <name >Binary Authorization API v1-rev20200221-1.30.9 </name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
90
90
<windowtitle >Binary Authorization API ${project.version} </windowtitle >
91
91
<links >
92
92
<link >http://docs.oracle.com/javase/7/docs/api</link >
93
- <link >https://googleapis.dev/java/google-http-client/1.34.1 /</link >
93
+ <link >https://googleapis.dev/java/google-http-client/1.34.2 /</link >
94
94
<link >https://googleapis.dev/java/google-oauth-client/1.30.5/</link >
95
- <link >https://googleapis.dev/java/google-api-client/1.30.8 /</link >
95
+ <link >https://googleapis.dev/java/google-api-client/1.30.9 /</link >
96
96
</links >
97
97
</configuration >
98
98
</plugin >
125
125
<dependency >
126
126
<groupId >com.google.api-client</groupId >
127
127
<artifactId >google-api-client</artifactId >
128
- <version >1.30.8 </version >
128
+ <version >1.30.9 </version >
129
129
</dependency >
130
130
</dependencies >
131
131
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the following lines to your `pom.xml` file:
23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-binaryauthorization</artifactId >
26
- <version >v1-rev20200221-1.30.8 </version >
26
+ <version >v1-rev20200221-1.30.9 </version >
27
27
</dependency >
28
28
</dependencies >
29
29
</project >
@@ -36,7 +36,7 @@ repositories {
36
36
mavenCentral()
37
37
}
38
38
dependencies {
39
- compile 'com.google.apis:google-api-services-binaryauthorization:v1-rev20200221-1.30.8 '
39
+ compile 'com.google.apis:google-api-services-binaryauthorization:v1-rev20200221-1.30.9 '
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change 2
2
"maven" : {
3
3
"groupId" : " com.google.apis" ,
4
4
"artifactId" : " google-api-services-binaryauthorization" ,
5
- "version" : " v1beta1-rev20200221-1.30.8 "
5
+ "version" : " v1beta1-rev20200221-1.30.9 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the following lines to your `pom.xml` file:
23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-binaryauthorization</artifactId >
26
- <version >v1beta1-rev20200221-1.30.8 </version >
26
+ <version >v1beta1-rev20200221-1.30.9 </version >
27
27
</dependency >
28
28
</dependencies >
29
29
</project >
@@ -36,7 +36,7 @@ repositories {
36
36
mavenCentral()
37
37
}
38
38
dependencies {
39
- compile 'com.google.apis:google-api-services-binaryauthorization:v1beta1-rev20200221-1.30.8 '
39
+ compile 'com.google.apis:google-api-services-binaryauthorization:v1beta1-rev20200221-1.30.9 '
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class BinaryAuthorization extends com.google.api.client.googleapis.servic
47
47
com .google .api .client .googleapis .GoogleUtils .MINOR_VERSION >= 15 ,
48
48
"You are currently running with version %s of google-api-client. " +
49
49
"You need at least version 1.15 of google-api-client to run version " +
50
- "1.30.8 of the Binary Authorization API library." , com .google .api .client .googleapis .GoogleUtils .VERSION );
50
+ "1.30.9 of the Binary Authorization API library." , com .google .api .client .googleapis .GoogleUtils .VERSION );
51
51
}
52
52
53
53
/**
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-binaryauthorization</artifactId >
11
- <version >v1beta1-rev20200221-1.30.8 </version >
12
- <name >Binary Authorization API v1beta1-rev20200221-1.30.8 </name >
11
+ <version >v1beta1-rev20200221-1.30.9 </version >
12
+ <name >Binary Authorization API v1beta1-rev20200221-1.30.9 </name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
90
90
<windowtitle >Binary Authorization API ${project.version} </windowtitle >
91
91
<links >
92
92
<link >http://docs.oracle.com/javase/7/docs/api</link >
93
- <link >https://googleapis.dev/java/google-http-client/1.34.1 /</link >
93
+ <link >https://googleapis.dev/java/google-http-client/1.34.2 /</link >
94
94
<link >https://googleapis.dev/java/google-oauth-client/1.30.5/</link >
95
- <link >https://googleapis.dev/java/google-api-client/1.30.8 /</link >
95
+ <link >https://googleapis.dev/java/google-api-client/1.30.9 /</link >
96
96
</links >
97
97
</configuration >
98
98
</plugin >
125
125
<dependency >
126
126
<groupId >com.google.api-client</groupId >
127
127
<artifactId >google-api-client</artifactId >
128
- <version >1.30.8 </version >
128
+ <version >1.30.9 </version >
129
129
</dependency >
130
130
</dependencies >
131
131
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the following lines to your `pom.xml` file:
23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-binaryauthorization</artifactId >
26
- <version >v1beta1-rev20200221-1.30.8 </version >
26
+ <version >v1beta1-rev20200221-1.30.9 </version >
27
27
</dependency >
28
28
</dependencies >
29
29
</project >
@@ -36,7 +36,7 @@ repositories {
36
36
mavenCentral()
37
37
}
38
38
dependencies {
39
- compile 'com.google.apis:google-api-services-binaryauthorization:v1beta1-rev20200221-1.30.8 '
39
+ compile 'com.google.apis:google-api-services-binaryauthorization:v1beta1-rev20200221-1.30.9 '
40
40
}
41
41
```
42
42
You can’t perform that action at this time.
0 commit comments