Skip to content
Snippets Groups Projects
Commit 549e9e1f authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

update dependencies

parent 1258d37a
Branches
Tags
No related merge requests found
...@@ -459,7 +459,7 @@ ...@@ -459,7 +459,7 @@
<plugin> <plugin>
<groupId>org.vafer</groupId> <groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId> <artifactId>jdeb</artifactId>
<version>1.6</version> <version>1.7</version>
<configuration> <configuration>
<deb>${project.build.directory}/releases/${project.artifactId}-${project.version}.deb</deb> <deb>${project.build.directory}/releases/${project.artifactId}-${project.version}.deb</deb>
<controlDir>${project.build.directory}/generated-packaging/deb/scripts</controlDir> <controlDir>${project.build.directory}/generated-packaging/deb/scripts</controlDir>
...@@ -1260,7 +1260,7 @@ ...@@ -1260,7 +1260,7 @@
<dependency> <dependency>
<groupId>com.google.oauth-client</groupId> <groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId> <artifactId>google-oauth-client</artifactId>
<version>1.25.0</version> <version>1.27.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
...@@ -1275,7 +1275,7 @@ ...@@ -1275,7 +1275,7 @@
<dependency> <dependency>
<groupId>com.google.http-client</groupId> <groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId> <artifactId>google-http-client-jackson2</artifactId>
<version>1.25.0</version> <version>1.27.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.codelibs</groupId> <groupId>org.codelibs</groupId>
...@@ -1310,12 +1310,12 @@ ...@@ -1310,12 +1310,12 @@
<dependency> <dependency>
<groupId>com.ibm.icu</groupId> <groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId> <artifactId>icu4j</artifactId>
<version>62.1</version> <version>63.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.apis</groupId> <groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsreporting</artifactId> <artifactId>google-api-services-analyticsreporting</artifactId>
<version>v4-rev127-1.25.0</version> <version>v4-rev128-1.25.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
...@@ -1410,14 +1410,14 @@ ...@@ -1410,14 +1410,14 @@
<dependency> <dependency>
<groupId>com.github.jknack</groupId> <groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId> <artifactId>handlebars</artifactId>
<version>4.1.0</version> <version>4.1.2</version>
</dependency> </dependency>
<!-- groovy --> <!-- groovy -->
<dependency> <dependency>
<groupId>org.codehaus.groovy</groupId> <groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId> <artifactId>groovy</artifactId>
<version>2.5.2</version> <version>2.5.5</version>
</dependency> </dependency>
<!-- Tomcat --> <!-- Tomcat -->
...@@ -1476,7 +1476,7 @@ ...@@ -1476,7 +1476,7 @@
<dependency> <dependency>
<groupId>io.rest-assured</groupId> <groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId> <artifactId>rest-assured</artifactId>
<version>3.1.1</version> <version>3.2.0</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment