Skip to content

Commit 01b073b

Browse files
committed
---
yaml --- r: 3583 b: refs/heads/pubsub-alpha c: 4476dcf h: refs/heads/master i: 3581: 29f11a0 3579: 08b85dd 3575: 18f3279 3567: ec8a809 3551: 29af0f8 3519: a60db54 3455: 79922e8 3327: f9d1397 3071: cac8750
1 parent 4d8105e commit 01b073b

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 47dcc63eb9b74b2b82b9f9429366ed5a1ac2b2bd
5+
refs/heads/pubsub-alpha: 4476dcf51507a6cb1dff01736568ac507a1a2adb
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/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/pubsub-alpha/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/pubsub-alpha/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/pubsub-alpha/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/pubsub-alpha/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/pubsub-alpha/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)