| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4d45b28 commit 0ca631d
51 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,7 +50,7 @@ | |||
| 50 | 50 | <dependency> | |
| 51 | 51 | <groupId>com.google.code.findbugs</groupId> | |
| 52 | 52 | <artifactId>jsr305</artifactId> <!-- @Nullable annotations --> | |
| 53 | - <version>3.0.1</version> | ||
| 53 | + <version>3.0.2</version> | ||
| 54 | 54 | </dependency> | |
| 55 | 55 | ||
| 56 | 56 | <dependency> | |
@@ -62,7 +62,7 @@ | |||
| 62 | 62 | <dependency> | |
| 63 | 63 | <groupId>joda-time</groupId> | |
| 64 | 64 | <artifactId>joda-time</artifactId> | |
| 65 | - <version>2.9.7</version> | ||
| 65 | + <version>2.9.9</version> | ||
| 66 | 66 | </dependency> | |
| 67 | 67 | ||
| 68 | 68 | <!-- Test Dependencies --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | <endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id> | |
| 38 | 38 | <maven.compiler.target>1.7</maven.compiler.target> | |
| 39 | 39 | <maven.compiler.source>1.7</maven.compiler.source> | |
| 40 | - <appengine.maven.plugin.version>1.2.0</appengine.maven.plugin.version> | ||
| 40 | + <appengine.maven.plugin.version>1.2.1</appengine.maven.plugin.version> | ||
| 41 | 41 | </properties> | |
| 42 | 42 | ||
| 43 | 43 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ | |||
| 34 | 34 | <junit.version>4.12</junit.version> | |
| 35 | 35 | <mockito.version>1.10.19</mockito.version> | |
| 36 | 36 | <google-truth.version>0.32</google-truth.version> | |
| 37 | - <appengine-maven.version>1.2.0</appengine-maven.version> | ||
| 37 | + <appengine-maven.version>1.2.1</appengine-maven.version> | ||
| 38 | 38 | </properties> | |
| 39 | 39 | <!-- [START set_versions] --> | |
| 40 | 40 | <prerequisites> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ Copyright 2015 Google Inc. | |||
| 21 | 21 | <artifactId>appengine-images</artifactId> | |
| 22 | 22 | ||
| 23 | 23 | <properties> | |
| 24 | - <appengine.sdk.version>1.9.50</appengine.sdk.version> | ||
| 24 | + <appengine.sdk.version>1.9.51</appengine.sdk.version> | ||
| 25 | 25 | </properties> | |
| 26 | 26 | ||
| 27 | 27 | <parent> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ | |||
| 53 | 53 | <dependency> | |
| 54 | 54 | <groupId>joda-time</groupId> | |
| 55 | 55 | <artifactId>joda-time</artifactId> | |
| 56 | - <version>2.9.7</version> | ||
| 56 | + <version>2.9.9</version> | ||
| 57 | 57 | </dependency> | |
| 58 | 58 | </dependencies> | |
| 59 | 59 | <build> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ | |||
| 30 | 30 | </parent> | |
| 31 | 31 | ||
| 32 | 32 | <properties> | |
| 33 | - <appengine.sdk.version>1.9.50</appengine.sdk.version> | ||
| 33 | + <appengine.sdk.version>1.9.51</appengine.sdk.version> | ||
| 34 | 34 | <appengine.app.version>1</appengine.app.version> | |
| 35 | 35 | ||
| 36 | 36 | <project.http.version>1.19.0</project.http.version> | |
@@ -104,7 +104,7 @@ | |||
| 104 | 104 | <dependency> | |
| 105 | 105 | <groupId>org.mockito</groupId> | |
| 106 | 106 | <artifactId>mockito-core</artifactId> | |
| 107 | - <version>2.7.19</version> | ||
| 107 | + <version>2.7.21</version> | ||
| 108 | 108 | <scope>test</scope> | |
| 109 | 109 | </dependency> | |
| 110 | 110 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,12 +37,12 @@ | |||
| 37 | 37 | <dependency> | |
| 38 | 38 | <groupId>com.google.cloud</groupId> | |
| 39 | 39 | <artifactId>google-cloud-bigquery</artifactId> | |
| 40 | - <version>0.10.0-beta</version> | ||
| 40 | + <version>0.11.2-beta</version> | ||
| 41 | 41 | </dependency> | |
| 42 | 42 | <dependency> | |
| 43 | 43 | <groupId>joda-time</groupId> | |
| 44 | 44 | <artifactId>joda-time</artifactId> | |
| 45 | - <version>2.9.7</version> | ||
| 45 | + <version>2.9.9</version> | ||
| 46 | 46 | </dependency> | |
| 47 | 47 | ||
| 48 | 48 | <!-- Test dependencies --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <dependency> | |
| 24 | 24 | <groupId>com.google.apis</groupId> | |
| 25 | 25 | <artifactId>google-api-services-bigquery</artifactId> | |
| 26 | - <version>v2-rev338-1.22.0</version> | ||
| 26 | + <version>v2-rev342-1.22.0</version> | ||
| 27 | 27 | <exclusions> | |
| 28 | 28 | <exclusion> <!-- exclude an old version of Guava --> | |
| 29 | 29 | <groupId>com.google.guava</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,7 @@ limitations under the License. | |||
| 89 | 89 | </dependency> | |
| 90 | 90 | </dependencies> | |
| 91 | 91 | <properties> | |
| 92 | - <project.compute.version>v1-rev139-1.22.0</project.compute.version> | ||
| 92 | + <project.compute.version>v1-rev141-1.22.0</project.compute.version> | ||
| 93 | 93 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 94 | 94 | </properties> | |
| 95 | 95 | </project> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | <dependency> | |
| 38 | 38 | <groupId>com.google.cloud</groupId> | |
| 39 | 39 | <artifactId>google-cloud-datastore</artifactId> | |
| 40 | - <version>0.10.0-beta</version> | ||
| 40 | + <version>0.11.2-beta</version> | ||
| 41 | 41 | </dependency> | |
| 42 | 42 | ||
| 43 | 43 | <!-- Test dependencies --> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments