Skip to content

Commit e23822b

Browse files
dpebotDPE bot
authored andcommitted
Auto-update dependencies.
1 parent 29c223a commit e23822b

File tree

33 files changed

+49
-49
lines changed

33 files changed

+49
-49
lines changed

appengine/appidentity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20160212</version>
51+
<version>20160810</version>
5252
</dependency>
5353

5454
<!-- Test Dependencies -->
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.truth</groupId>
8787
<artifactId>truth</artifactId>
88-
<version>0.28</version>
88+
<version>0.29</version>
8989
<scope>test</scope>
9090
</dependency>
9191
</dependencies>

appengine/channel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.json</groupId>
5151
<artifactId>json</artifactId>
52-
<version>20160212</version>
52+
<version>20160810</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.googlecode.objectify</groupId>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.google.truth</groupId>
9393
<artifactId>truth</artifactId>
94-
<version>0.28</version>
94+
<version>0.29</version>
9595
<scope>test</scope>
9696
</dependency>
9797
</dependencies>

appengine/datastore/geo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.truth</groupId>
7676
<artifactId>truth</artifactId>
77-
<version>0.28</version>
77+
<version>0.29</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>

appengine/datastore/indexes-exploding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.truth</groupId>
7676
<artifactId>truth</artifactId>
77-
<version>0.28</version>
77+
<version>0.29</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>

appengine/datastore/indexes-perfect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.truth</groupId>
7676
<artifactId>truth</artifactId>
77-
<version>0.28</version>
77+
<version>0.29</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>

appengine/datastore/indexes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.truth</groupId>
7676
<artifactId>truth</artifactId>
77-
<version>0.28</version>
77+
<version>0.29</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>

appengine/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.google.truth</groupId>
9999
<artifactId>truth</artifactId>
100-
<version>0.28</version>
100+
<version>0.29</version>
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>

appengine/firebase-event-proxy/gae-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.8.0</version>
65+
<version>2.8.1</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.8.0</version>
70+
<version>2.8.1</version>
7171
</dependency>
7272

7373
<!-- Test Dependencies -->

appengine/guestbook-objectify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.google.truth</groupId>
9292
<artifactId>truth</artifactId>
93-
<version>0.28</version>
93+
<version>0.29</version>
9494
<scope>test</scope>
9595
</dependency>
9696

appengine/logs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20160212</version>
51+
<version>20160810</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)