Skip to content

Commit fdef4f6

Browse files
committed
---
yaml --- r: 6927 b: refs/heads/tswast-patch-1 c: 4476dcf h: refs/heads/master i: 6925: d6047de 6923: b54696f 6919: 33a5616 6911: 0df5832
1 parent 96b96dd commit fdef4f6

7 files changed

Lines changed: 27 additions & 27 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 47dcc63eb9b74b2b82b9f9429366ed5a1ac2b2bd
60+
refs/heads/tswast-patch-1: 4476dcf51507a6cb1dff01736568ac507a1a2adb
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.apis</groupId>
3232
<artifactId>google-api-services-bigquery</artifactId>
33-
<version>v2-rev254-1.21.0</version>
33+
<version>v2-rev261-1.21.0</version>
3434
<scope>compile</scope>
3535
<exclusions>
3636
<exclusion>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.easymock</groupId>
5050
<artifactId>easymock</artifactId>
51-
<version>3.3</version>
51+
<version>3.4</version>
5252
<scope>test</scope>
5353
</dependency>
5454
</dependencies>

branches/tswast-patch-1/gcloud-java-core/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@
3535
<dependency>
3636
<groupId>com.google.http-client</groupId>
3737
<artifactId>google-http-client</artifactId>
38-
<version>1.20.0</version>
38+
<version>1.21.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.oauth-client</groupId>
4343
<artifactId>google-oauth-client</artifactId>
44-
<version>1.20.0</version>
44+
<version>1.21.0</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.google.guava</groupId>
4949
<artifactId>guava</artifactId>
50-
<version>18.0</version>
50+
<version>19.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.api-client</groupId>
5454
<artifactId>google-api-client-appengine</artifactId>
55-
<version>1.20.0</version>
55+
<version>1.21.0</version>
5656
<scope>compile</scope>
5757
<exclusions>
5858
<exclusion>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.http-client</groupId>
6666
<artifactId>google-http-client-jackson</artifactId>
67-
<version>1.20.0</version>
67+
<version>1.21.0</version>
6868
<scope>compile</scope>
6969
<exclusions>
7070
<exclusion>
@@ -82,19 +82,19 @@
8282
<dependency>
8383
<groupId>joda-time</groupId>
8484
<artifactId>joda-time</artifactId>
85-
<version>2.8.2</version>
85+
<version>2.9.2</version>
8686
<scope>compile</scope>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.json</groupId>
9090
<artifactId>json</artifactId>
91-
<version>20090211</version>
91+
<version>20151123</version>
9292
<scope>compile</scope>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.easymock</groupId>
9696
<artifactId>easymock</artifactId>
97-
<version>3.3</version>
97+
<version>3.4</version>
9898
<scope>test</scope>
9999
</dependency>
100100
</dependencies>

branches/tswast-patch-1/gcloud-java-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.easymock</groupId>
4444
<artifactId>easymock</artifactId>
45-
<version>3.3</version>
45+
<version>3.4</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

branches/tswast-patch-1/gcloud-java-resourcemanager/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.apis</groupId>
2626
<artifactId>google-api-services-cloudresourcemanager</artifactId>
27-
<version>v1beta1-rev6-1.19.0</version>
27+
<version>v1beta1-rev10-1.21.0</version>
2828
<scope>compile</scope>
2929
<exclusions>
3030
<exclusion>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.easymock</groupId>
4444
<artifactId>easymock</artifactId>
45-
<version>3.3</version>
45+
<version>3.4</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

branches/tswast-patch-1/gcloud-java-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.apis</groupId>
2626
<artifactId>google-api-services-storage</artifactId>
27-
<version>v1-rev33-1.20.0</version>
27+
<version>v1-rev60-1.21.0</version>
2828
<scope>compile</scope>
2929
<exclusions>
3030
<exclusion>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.easymock</groupId>
4848
<artifactId>easymock</artifactId>
49-
<version>3.3</version>
49+
<version>3.4</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

branches/tswast-patch-1/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-surefire-plugin</artifactId>
136-
<version>2.18</version>
136+
<version>2.19.1</version>
137137
<configuration>
138138
<!-- Excludes integration tests when unit tests are run -->
139139
<excludes>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-enforcer-plugin</artifactId>
147-
<version>1.4</version>
147+
<version>1.4.1</version>
148148
<executions>
149149
<execution>
150150
<id>enforce-maven</id>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-failsafe-plugin</artifactId>
189-
<version>2.18.1</version>
189+
<version>2.19.1</version>
190190
<executions>
191191
<execution>
192192
<goals>
@@ -218,7 +218,7 @@
218218
</plugin>
219219
<plugin>
220220
<artifactId>maven-compiler-plugin</artifactId>
221-
<version>3.2</version>
221+
<version>3.5.1</version>
222222
<configuration>
223223
<source>1.7</source>
224224
<target>1.7</target>
@@ -269,7 +269,7 @@
269269
<plugin>
270270
<groupId>org.sonatype.plugins</groupId>
271271
<artifactId>nexus-staging-maven-plugin</artifactId>
272-
<version>1.6.5</version>
272+
<version>1.6.6</version>
273273
<extensions>true</extensions>
274274
<configuration>
275275
<serverId>sonatype-nexus-staging</serverId>
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>org.eluder.coveralls</groupId>
282282
<artifactId>coveralls-maven-plugin</artifactId>
283-
<version>3.1.0</version>
283+
<version>4.1.0</version>
284284
<configuration>
285285
<coberturaReports>
286286
<coberturaReport>${basedir}/target/coverage.xml</coberturaReport>
@@ -313,12 +313,12 @@
313313
<plugin>
314314
<groupId>org.apache.maven.plugins</groupId>
315315
<artifactId>maven-checkstyle-plugin</artifactId>
316-
<version>2.16</version>
316+
<version>2.17</version>
317317
<dependencies>
318318
<dependency>
319319
<groupId>com.puppycrawl.tools</groupId>
320320
<artifactId>checkstyle</artifactId>
321-
<version>6.8.1</version>
321+
<version>6.15</version>
322322
</dependency>
323323
</dependencies>
324324
</plugin>
@@ -337,7 +337,7 @@
337337
<plugin>
338338
<groupId>org.apache.maven.plugins</groupId>
339339
<artifactId>maven-project-info-reports-plugin</artifactId>
340-
<version>2.8</version>
340+
<version>2.8.1</version>
341341
<reportSets>
342342
<reportSet>
343343
<reports>
@@ -394,12 +394,12 @@
394394
<plugin>
395395
<groupId>org.apache.maven.plugins</groupId>
396396
<artifactId>maven-surefire-report-plugin</artifactId>
397-
<version>2.18.1</version>
397+
<version>2.19.1</version>
398398
</plugin>
399399
<plugin>
400400
<groupId>org.apache.maven.plugins</groupId>
401401
<artifactId>maven-checkstyle-plugin</artifactId>
402-
<version>2.16</version>
402+
<version>2.17</version>
403403
<configuration>
404404
<configLocation>checkstyle.xml</configLocation>
405405
<failOnViolation>false</failOnViolation>

0 commit comments

Comments
 (0)