Skip to content

Commit 7dd2a0b

Browse files
author
Frank Natividad
committed
Updating endpoints-framework-tools version to 2.0.7
1 parent 2e22e5a commit 7dd2a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/endpoints-frameworks-v2/migration-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555

5656
// Endpoints Frameworks v2.0
5757
// [START endpoints-tools]
58-
compile group: 'com.google.endpoints', name: 'endpoints-framework-tools', version: '2.0.4'
58+
compile group: 'com.google.endpoints', name: 'endpoints-framework-tools', version: '2.0.7'
5959
// [END endpoints-tools]
6060
// End of Endpoints Frameworks v2.0
6161
}

appengine/endpoints-frameworks-v2/migration-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ limitations under the License.
6060
<dependency>
6161
<groupId>com.google.endpoints</groupId>
6262
<artifactId>endpoints-framework</artifactId>
63-
<version>2.0.4</version>
63+
<version>2.0.7</version>
6464
</dependency>
6565
<!-- [END endpoints-frameworks] -->
6666
<!-- End of Endpoints Frameworks v2.0 -->

0 commit comments

Comments
 (0)