| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0de8cd0 commit 8ef463d
122 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,15 +33,15 @@ | |||
| 33 | 33 | <properties> | |
| 34 | 34 | <maven.compiler.target>1.8</maven.compiler.target> | |
| 35 | 35 | <maven.compiler.source>1.8</maven.compiler.source> | |
| 36 | - <appengine.sdk.version>1.9.68</appengine.sdk.version> | ||
| 36 | + <appengine.sdk.version>1.9.71</appengine.sdk.version> | ||
| 37 | 37 | </properties> | |
| 38 | 38 | ||
| 39 | 39 | <dependencies> | |
| 40 | 40 | <!-- Compile/runtime dependencies --> | |
| 41 | 41 | <dependency> | |
| 42 | 42 | <groupId>com.google.appengine</groupId> | |
| 43 | 43 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 44 | - <version>1.9.68</version> | ||
| 44 | + <version>1.9.71</version> | ||
| 45 | 45 | </dependency> | |
| 46 | 46 | ||
| 47 | 47 | <dependency> | |
@@ -53,7 +53,7 @@ | |||
| 53 | 53 | <dependency> | |
| 54 | 54 | <groupId>org.apache.httpcomponents</groupId> | |
| 55 | 55 | <artifactId>httpclient</artifactId> | |
| 56 | - <version>4.5.6</version> | ||
| 56 | + <version>4.5.7</version> | ||
| 57 | 57 | </dependency> | |
| 58 | 58 | ||
| 59 | 59 | <dependency> | |
@@ -74,20 +74,20 @@ | |||
| 74 | 74 | <dependency> | |
| 75 | 75 | <groupId>com.google.appengine</groupId> | |
| 76 | 76 | <artifactId>appengine-api-stubs</artifactId> | |
| 77 | - <version>1.9.68</version> | ||
| 77 | + <version>1.9.71</version> | ||
| 78 | 78 | <scope>test</scope> | |
| 79 | 79 | </dependency> | |
| 80 | 80 | ||
| 81 | 81 | <dependency> | |
| 82 | 82 | <groupId>junit</groupId> | |
| 83 | 83 | <artifactId>junit</artifactId> | |
| 84 | - <version>4.12</version> | ||
| 84 | + <version>4.13-beta-2</version> | ||
| 85 | 85 | <scope>test</scope> | |
| 86 | 86 | </dependency> | |
| 87 | 87 | <dependency> | |
| 88 | 88 | <groupId>org.mockito</groupId> | |
| 89 | 89 | <artifactId>mockito-core</artifactId> | |
| 90 | - <version>2.23.0</version> | ||
| 90 | + <version>2.24.0</version> | ||
| 91 | 91 | <scope>test</scope> | |
| 92 | 92 | </dependency> | |
| 93 | 93 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | <dependency> | |
| 40 | 40 | <groupId>com.google.appengine</groupId> | |
| 41 | 41 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 42 | - <version>1.9.68</version> | ||
| 42 | + <version>1.9.71</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | ||
| 45 | 45 | <dependency> | |
@@ -66,20 +66,20 @@ | |||
| 66 | 66 | <dependency> | |
| 67 | 67 | <groupId>com.google.appengine</groupId> | |
| 68 | 68 | <artifactId>appengine-api-stubs</artifactId> | |
| 69 | - <version>1.9.68</version> | ||
| 69 | + <version>1.9.71</version> | ||
| 70 | 70 | <scope>test</scope> | |
| 71 | 71 | </dependency> | |
| 72 | 72 | <dependency> | |
| 73 | 73 | <groupId>com.google.appengine</groupId> | |
| 74 | 74 | <artifactId>appengine-tools-sdk</artifactId> | |
| 75 | - <version>1.9.68</version> | ||
| 75 | + <version>1.9.71</version> | ||
| 76 | 76 | <scope>test</scope> | |
| 77 | 77 | </dependency> | |
| 78 | 78 | ||
| 79 | 79 | <dependency> | |
| 80 | 80 | <groupId>junit</groupId> | |
| 81 | 81 | <artifactId>junit</artifactId> | |
| 82 | - <version>4.12</version> | ||
| 82 | + <version>4.13-beta-2</version> | ||
| 83 | 83 | <scope>test</scope> | |
| 84 | 84 | </dependency> | |
| 85 | 85 | <dependency> | |
@@ -91,7 +91,7 @@ | |||
| 91 | 91 | <dependency> | |
| 92 | 92 | <groupId>com.google.appengine</groupId> | |
| 93 | 93 | <artifactId>appengine-testing</artifactId> | |
| 94 | - <version>1.9.68</version> | ||
| 94 | + <version>1.9.71</version> | ||
| 95 | 95 | <scope>test</scope> | |
| 96 | 96 | </dependency> | |
| 97 | 97 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | <dependency> | |
| 40 | 40 | <groupId>com.google.appengine</groupId> | |
| 41 | 41 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 42 | - <version>1.9.68</version> | ||
| 42 | + <version>1.9.71</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | <dependency> | |
| 45 | 45 | <groupId>javax.servlet</groupId> | |
@@ -52,12 +52,12 @@ | |||
| 52 | 52 | <dependency> | |
| 53 | 53 | <groupId>com.google.cloud</groupId> | |
| 54 | 54 | <artifactId>google-cloud-bigquery</artifactId> | |
| 55 | - <version>1.52.0</version> | ||
| 55 | + <version>1.62.0</version> | ||
| 56 | 56 | </dependency> | |
| 57 | 57 | <dependency> | |
| 58 | 58 | <groupId>com.google.cloud</groupId> | |
| 59 | 59 | <artifactId>google-cloud-monitoring</artifactId> | |
| 60 | - <version>1.52.0</version> | ||
| 60 | + <version>1.62.0</version> | ||
| 61 | 61 | </dependency> | |
| 62 | 62 | ||
| 63 | 63 | <dependency> | |
@@ -75,32 +75,32 @@ | |||
| 75 | 75 | <dependency> | |
| 76 | 76 | <groupId>com.google.appengine</groupId> | |
| 77 | 77 | <artifactId>appengine-api-stubs</artifactId> | |
| 78 | - <version>1.9.68</version> | ||
| 78 | + <version>1.9.71</version> | ||
| 79 | 79 | <scope>test</scope> | |
| 80 | 80 | </dependency> | |
| 81 | 81 | <dependency> | |
| 82 | 82 | <groupId>com.google.appengine</groupId> | |
| 83 | 83 | <artifactId>appengine-tools-sdk</artifactId> | |
| 84 | - <version>1.9.68</version> | ||
| 84 | + <version>1.9.71</version> | ||
| 85 | 85 | <scope>test</scope> | |
| 86 | 86 | </dependency> | |
| 87 | 87 | ||
| 88 | 88 | <dependency> | |
| 89 | 89 | <groupId>junit</groupId> | |
| 90 | 90 | <artifactId>junit</artifactId> | |
| 91 | - <version>4.12</version> | ||
| 91 | + <version>4.13-beta-2</version> | ||
| 92 | 92 | <scope>test</scope> | |
| 93 | 93 | </dependency> | |
| 94 | 94 | <dependency> | |
| 95 | 95 | <groupId>org.mockito</groupId> | |
| 96 | 96 | <artifactId>mockito-core</artifactId> | |
| 97 | - <version>2.23.0</version> | ||
| 97 | + <version>2.24.0</version> | ||
| 98 | 98 | <scope>test</scope> | |
| 99 | 99 | </dependency> | |
| 100 | 100 | <dependency> | |
| 101 | 101 | <groupId>com.google.appengine</groupId> | |
| 102 | 102 | <artifactId>appengine-testing</artifactId> | |
| 103 | - <version>1.9.68</version> | ||
| 103 | + <version>1.9.71</version> | ||
| 104 | 104 | <scope>test</scope> | |
| 105 | 105 | </dependency> | |
| 106 | 106 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,7 @@ limitations under the License. | |||
| 46 | 46 | <dependency> | |
| 47 | 47 | <groupId>com.google.cloud.bigtable</groupId> | |
| 48 | 48 | <artifactId>bigtable-hbase-1.x</artifactId> | |
| 49 | - <version>1.6.0</version> | ||
| 49 | + <version>1.8.0</version> | ||
| 50 | 50 | </dependency> | |
| 51 | 51 | ||
| 52 | 52 | <!-- Compile/runtime dependencies --> | |
@@ -75,7 +75,7 @@ limitations under the License. | |||
| 75 | 75 | <dependency> | |
| 76 | 76 | <groupId>junit</groupId> | |
| 77 | 77 | <artifactId>junit</artifactId> | |
| 78 | - <version>4.12</version> | ||
| 78 | + <version>4.13-beta-2</version> | ||
| 79 | 79 | <scope>test</scope> | |
| 80 | 80 | </dependency> | |
| 81 | 81 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,7 @@ | |||
| 52 | 52 | <dependency> | |
| 53 | 53 | <groupId>com.google.appengine</groupId> | |
| 54 | 54 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 55 | - <version>1.9.68</version> | ||
| 55 | + <version>1.9.71</version> | ||
| 56 | 56 | </dependency> | |
| 57 | 57 | ||
| 58 | 58 | <dependency> | |
@@ -66,7 +66,7 @@ | |||
| 66 | 66 | <dependency> | |
| 67 | 67 | <groupId>com.google.api-client</groupId> | |
| 68 | 68 | <artifactId>google-api-client-appengine</artifactId> | |
| 69 | - <version>1.27.0</version> | ||
| 69 | + <version>1.28.0</version> | ||
| 70 | 70 | </dependency> | |
| 71 | 71 | ||
| 72 | 72 | <!-- [START gae_java8_postgres_dependencies] --> | |
@@ -79,7 +79,7 @@ | |||
| 79 | 79 | <dependency> | |
| 80 | 80 | <groupId>com.google.cloud.sql</groupId> | |
| 81 | 81 | <artifactId>postgres-socket-factory</artifactId> | |
| 82 | - <version>1.0.11</version> | ||
| 82 | + <version>1.0.12</version> | ||
| 83 | 83 | </dependency> | |
| 84 | 84 | <!-- [END gae_java8_postgres_dependencies] --> | |
| 85 | 85 | </dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,7 @@ | |||
| 54 | 54 | <dependency> | |
| 55 | 55 | <groupId>com.google.appengine</groupId> | |
| 56 | 56 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 57 | - <version>1.9.68</version> | ||
| 57 | + <version>1.9.71</version> | ||
| 58 | 58 | </dependency> | |
| 59 | 59 | ||
| 60 | 60 | <dependency> | |
@@ -68,7 +68,7 @@ | |||
| 68 | 68 | <dependency> | |
| 69 | 69 | <groupId>com.google.api-client</groupId> | |
| 70 | 70 | <artifactId>google-api-client-appengine</artifactId> | |
| 71 | - <version>1.27.0</version> | ||
| 71 | + <version>1.28.0</version> | ||
| 72 | 72 | </dependency> | |
| 73 | 73 | ||
| 74 | 74 | <!-- [START gae_java8_mysql_dependencies] --> | |
@@ -80,7 +80,7 @@ | |||
| 80 | 80 | <dependency> | |
| 81 | 81 | <groupId>com.google.cloud.sql</groupId> | |
| 82 | 82 | <artifactId>mysql-socket-factory</artifactId> | |
| 83 | - <version>1.0.11</version> | ||
| 83 | + <version>1.0.12</version> | ||
| 84 | 84 | </dependency> | |
| 85 | 85 | <!-- [END gae_java8_mysql_dependencies] --> | |
| 86 | 86 | </dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | <dependency> | |
| 40 | 40 | <groupId>com.google.appengine</groupId> | |
| 41 | 41 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 42 | - <version>1.9.68</version> | ||
| 42 | + <version>1.9.71</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | <dependency> | |
| 45 | 45 | <groupId>javax.servlet</groupId> | |
@@ -53,7 +53,7 @@ | |||
| 53 | 53 | <dependency> | |
| 54 | 54 | <groupId>junit</groupId> | |
| 55 | 55 | <artifactId>junit</artifactId> | |
| 56 | - <version>4.12</version> | ||
| 56 | + <version>4.13-beta-2</version> | ||
| 57 | 57 | <scope>test</scope> | |
| 58 | 58 | </dependency> | |
| 59 | 59 | <dependency> | |
@@ -65,19 +65,19 @@ | |||
| 65 | 65 | <dependency> | |
| 66 | 66 | <groupId>com.google.appengine</groupId> | |
| 67 | 67 | <artifactId>appengine-testing</artifactId> | |
| 68 | - <version>1.9.68</version> | ||
| 68 | + <version>1.9.71</version> | ||
| 69 | 69 | <scope>test</scope> | |
| 70 | 70 | </dependency> | |
| 71 | 71 | <dependency> | |
| 72 | 72 | <groupId>com.google.appengine</groupId> | |
| 73 | 73 | <artifactId>appengine-api-stubs</artifactId> | |
| 74 | - <version>1.9.68</version> | ||
| 74 | + <version>1.9.71</version> | ||
| 75 | 75 | <scope>test</scope> | |
| 76 | 76 | </dependency> | |
| 77 | 77 | <dependency> | |
| 78 | 78 | <groupId>com.google.appengine</groupId> | |
| 79 | 79 | <artifactId>appengine-tools-sdk</artifactId> | |
| 80 | - <version>1.9.68</version> | ||
| 80 | + <version>1.9.71</version> | ||
| 81 | 81 | <scope>test</scope> | |
| 82 | 82 | </dependency> | |
| 83 | 83 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | <dependency> | |
| 40 | 40 | <groupId>com.google.appengine</groupId> | |
| 41 | 41 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 42 | - <version>1.9.68</version> | ||
| 42 | + <version>1.9.71</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | <dependency> | |
| 45 | 45 | <groupId>javax.servlet</groupId> | |
@@ -53,7 +53,7 @@ | |||
| 53 | 53 | <dependency> | |
| 54 | 54 | <groupId>junit</groupId> | |
| 55 | 55 | <artifactId>junit</artifactId> | |
| 56 | - <version>4.12</version> | ||
| 56 | + <version>4.13-beta-2</version> | ||
| 57 | 57 | <scope>test</scope> | |
| 58 | 58 | </dependency> | |
| 59 | 59 | <dependency> | |
@@ -65,19 +65,19 @@ | |||
| 65 | 65 | <dependency> | |
| 66 | 66 | <groupId>com.google.appengine</groupId> | |
| 67 | 67 | <artifactId>appengine-testing</artifactId> | |
| 68 | - <version>1.9.68</version> | ||
| 68 | + <version>1.9.71</version> | ||
| 69 | 69 | <scope>test</scope> | |
| 70 | 70 | </dependency> | |
| 71 | 71 | <dependency> | |
| 72 | 72 | <groupId>com.google.appengine</groupId> | |
| 73 | 73 | <artifactId>appengine-api-stubs</artifactId> | |
| 74 | - <version>1.9.68</version> | ||
| 74 | + <version>1.9.71</version> | ||
| 75 | 75 | <scope>test</scope> | |
| 76 | 76 | </dependency> | |
| 77 | 77 | <dependency> | |
| 78 | 78 | <groupId>com.google.appengine</groupId> | |
| 79 | 79 | <artifactId>appengine-tools-sdk</artifactId> | |
| 80 | - <version>1.9.68</version> | ||
| 80 | + <version>1.9.71</version> | ||
| 81 | 81 | <scope>test</scope> | |
| 82 | 82 | </dependency> | |
| 83 | 83 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | <dependency> | |
| 40 | 40 | <groupId>com.google.appengine</groupId> | |
| 41 | 41 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 42 | - <version>1.9.68</version> | ||
| 42 | + <version>1.9.71</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | ||
| 45 | 45 | <dependency> | |
@@ -54,7 +54,7 @@ | |||
| 54 | 54 | <dependency> | |
| 55 | 55 | <groupId>junit</groupId> | |
| 56 | 56 | <artifactId>junit</artifactId> | |
| 57 | - <version>4.12</version> | ||
| 57 | + <version>4.13-beta-2</version> | ||
| 58 | 58 | <scope>test</scope> | |
| 59 | 59 | </dependency> | |
| 60 | 60 | <dependency> | |
@@ -66,19 +66,19 @@ | |||
| 66 | 66 | <dependency> | |
| 67 | 67 | <groupId>com.google.appengine</groupId> | |
| 68 | 68 | <artifactId>appengine-testing</artifactId> | |
| 69 | - <version>1.9.68</version> | ||
| 69 | + <version>1.9.71</version> | ||
| 70 | 70 | <scope>test</scope> | |
| 71 | 71 | </dependency> | |
| 72 | 72 | <dependency> | |
| 73 | 73 | <groupId>com.google.appengine</groupId> | |
| 74 | 74 | <artifactId>appengine-api-stubs</artifactId> | |
| 75 | - <version>1.9.68</version> | ||
| 75 | + <version>1.9.71</version> | ||
| 76 | 76 | <scope>test</scope> | |
| 77 | 77 | </dependency> | |
| 78 | 78 | <dependency> | |
| 79 | 79 | <groupId>com.google.appengine</groupId> | |
| 80 | 80 | <artifactId>appengine-tools-sdk</artifactId> | |
| 81 | - <version>1.9.68</version> | ||
| 81 | + <version>1.9.71</version> | ||
| 82 | 82 | <scope>test</scope> | |
| 83 | 83 | </dependency> | |
| 84 | 84 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | <dependency> | |
| 40 | 40 | <groupId>com.google.appengine</groupId> | |
| 41 | 41 | <artifactId>appengine-api-1.0-sdk</artifactId> | |
| 42 | - <version>1.9.68</version> | ||
| 42 | + <version>1.9.71</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | ||
| 45 | 45 | <dependency> | |
@@ -79,7 +79,7 @@ | |||
| 79 | 79 | <dependency> | |
| 80 | 80 | <groupId>junit</groupId> | |
| 81 | 81 | <artifactId>junit</artifactId> | |
| 82 | - <version>4.12</version> | ||
| 82 | + <version>4.13-beta-2</version> | ||
| 83 | 83 | <scope>test</scope> | |
| 84 | 84 | </dependency> | |
| 85 | 85 | <dependency> | |
@@ -92,19 +92,19 @@ | |||
| 92 | 92 | <dependency> | |
| 93 | 93 | <groupId>com.google.appengine</groupId> | |
| 94 | 94 | <artifactId>appengine-testing</artifactId> | |
| 95 | - <version>1.9.68</version> | ||
| 95 | + <version>1.9.71</version> | ||
| 96 | 96 | <scope>test</scope> | |
| 97 | 97 | </dependency> | |
| 98 | 98 | <dependency> | |
| 99 | 99 | <groupId>com.google.appengine</groupId> | |
| 100 | 100 | <artifactId>appengine-api-stubs</artifactId> | |
| 101 | - <version>1.9.68</version> | ||
| 101 | + <version>1.9.71</version> | ||
| 102 | 102 | <scope>test</scope> | |
| 103 | 103 | </dependency> | |
| 104 | 104 | <dependency> | |
| 105 | 105 | <groupId>com.google.appengine</groupId> | |
| 106 | 106 | <artifactId>appengine-tools-sdk</artifactId> | |
| 107 | - <version>1.9.68</version> | ||
| 107 | + <version>1.9.71</version> | ||
| 108 | 108 | <scope>test</scope> | |
| 109 | 109 | </dependency> | |
| 110 | 110 | <dependency> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments