Skip to content

Commit

Permalink
Auto-update dependencies. (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and lesv committed Jan 9, 2017
1 parent 79efe8c commit 1a59ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appengine/endpoints-frameworks-v2/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<endpoints.framework.version>2.0.0-beta.12</endpoints.framework.version>
<endpoints.management.version>1.0.0-beta.12</endpoints.management.version>
<endpoints.framework.version>2.0.0</endpoints.framework.version>
<endpoints.management.version>1.0.0</endpoints.management.version>

<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.5.4</version>
<version>2.5.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1a59ffe

Please sign in to comment.