Skip to content

Commit 0e7871e

Browse files
committed
Auto-update dependencies.
1 parent c0b17fb commit 0e7871e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

appengine-java8/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Copyright 2017 Google Inc.
6565
<dependency>
6666
<groupId>org.thymeleaf</groupId>
6767
<artifactId>thymeleaf</artifactId>
68-
<version>3.0.8.RELEASE</version>
68+
<version>3.0.9.RELEASE</version>
6969
</dependency>
7070

7171
</dependencies>

appengine-java8/metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Copyright 2017 Google Inc.
6060
<dependency>
6161
<groupId>org.thymeleaf</groupId>
6262
<artifactId>thymeleaf</artifactId>
63-
<version>3.0.8.RELEASE</version>
63+
<version>3.0.9.RELEASE</version>
6464
</dependency>
6565

6666
</dependencies>

appengine/sockets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- jsoup HTML parser library @ http://jsoup.org/ -->
6060
<groupId>org.jsoup</groupId>
6161
<artifactId>jsoup</artifactId>
62-
<version>1.10.3</version>
62+
<version>1.11.1</version>
6363
</dependency>
6464
</dependencies>
6565

flexible/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Copyright 2017 Google Inc.
6565
<dependency>
6666
<groupId>org.thymeleaf</groupId>
6767
<artifactId>thymeleaf</artifactId>
68-
<version>3.0.8.RELEASE</version>
68+
<version>3.0.9.RELEASE</version>
6969
</dependency>
7070

7171
</dependencies>

vision/face-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.apis</groupId>
4141
<artifactId>google-api-services-vision</artifactId>
42-
<version>v1-rev364-1.23.0</version>
42+
<version>v1-rev365-1.23.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api-client</groupId>

vision/label/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.apis</groupId>
4040
<artifactId>google-api-services-vision</artifactId>
41-
<version>v1-rev364-1.23.0</version>
41+
<version>v1-rev365-1.23.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

vision/landmark-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.apis</groupId>
4040
<artifactId>google-api-services-vision</artifactId>
41-
<version>v1-rev364-1.23.0</version>
41+
<version>v1-rev365-1.23.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

vision/text/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.apis</groupId>
4040
<artifactId>google-api-services-vision</artifactId>
41-
<version>v1-rev364-1.23.0</version>
41+
<version>v1-rev365-1.23.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api-client</groupId>

0 commit comments

Comments
 (0)