Skip to content

Commit 4586f49

Browse files
committed
Auto-update dependencies.
1 parent 596a9dc commit 4586f49

File tree

36 files changed

+40
-40
lines changed

36 files changed

+40
-40
lines changed

appengine-java8/analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.mockito</groupId>
8787
<artifactId>mockito-core</artifactId>
88-
<version>2.10.0</version>
88+
<version>2.11.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

appengine-java8/firebase-event-proxy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-core</artifactId>
65-
<version>2.9.1</version>
65+
<version>2.9.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.9.1</version>
70+
<version>2.9.2</version>
7171
</dependency>
7272

7373
<!-- Test Dependencies -->

appengine-java8/guestbook-cloud-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud</artifactId>
62-
<version>0.25.0-alpha</version>
62+
<version>0.26.0-alpha</version>
6363
</dependency>
6464

6565
<dependency>

appengine-java8/pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-pubsub</artifactId>
52-
<version>0.25.0-beta</version>
52+
<version>0.26.0-beta</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-datastore</artifactId>
57-
<version>1.7.0</version>
57+
<version>1.8.0</version>
5858
</dependency>
5959
<!-- [END dependencies] -->
6060
</dependencies>

appengine-java8/spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-spanner</artifactId>
40-
<version>0.25.0-beta</version>
40+
<version>0.26.0-beta</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>javax.servlet</groupId>

appengine-java8/taskqueues-deferred/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.mockito</groupId>
6767
<artifactId>mockito-core</artifactId>
68-
<version>2.10.0</version>
68+
<version>2.11.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.appengine</groupId>

appengine/firebase-event-proxy/gae-firebase-event-proxy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-core</artifactId>
67-
<version>2.9.1</version>
67+
<version>2.9.2</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-databind</artifactId>
72-
<version>2.9.1</version>
72+
<version>2.9.2</version>
7373
</dependency>
7474

7575
<!-- Test Dependencies -->

appengine/firebase-tictactoe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>2.10.0</version>
58+
<version>2.11.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.appengine</groupId>

appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.mockito</groupId>
116116
<artifactId>mockito-core</artifactId>
117-
<version>2.10.0</version>
117+
<version>2.11.0</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>

appengine/pusher-chat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Copyright 2017 Google Inc.
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.9.1</version>
49+
<version>2.9.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)