| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4d5c361 commit 7a1668f
207 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ Copyright 2019 Google LLC | |||
| 59 | 59 | <dependency> | |
| 60 | 60 | <groupId>com.squareup.okhttp3</groupId> | |
| 61 | 61 | <artifactId>okhttp</artifactId> | |
| 62 | - <version>4.0.0-RC2</version> | ||
| 62 | + <version>4.0.1</version> | ||
| 63 | 63 | <scope>provided</scope> | |
| 64 | 64 | </dependency> | |
| 65 | 65 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ | |||
| 51 | 51 | <dependency> | |
| 52 | 52 | <groupId>com.google.cloud</groupId> | |
| 53 | 53 | <artifactId>google-cloud-firestore</artifactId> | |
| 54 | - <version>1.9.0</version> | ||
| 54 | + <version>1.13.0</version> | ||
| 55 | 55 | <scope>provided</scope> | |
| 56 | 56 | </dependency> | |
| 57 | 57 | <!-- [END gae_java11_firestore_pom] --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,7 +58,7 @@ limitations under the License. | |||
| 58 | 58 | <dependency> | |
| 59 | 59 | <groupId>org.jetbrains.kotlin</groupId> | |
| 60 | 60 | <artifactId>kotlin-stdlib-jdk8</artifactId> | |
| 61 | - <version>1.3.40</version> | ||
| 61 | + <version>1.3.41</version> | ||
| 62 | 62 | </dependency> | |
| 63 | 63 | <dependency> | |
| 64 | 64 | <groupId>io.ktor</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,7 +71,7 @@ | |||
| 71 | 71 | <dependency> | |
| 72 | 72 | <groupId>com.google.apis</groupId> | |
| 73 | 73 | <artifactId>google-api-services-oauth2</artifactId> | |
| 74 | - <version>v2-rev20190313-1.28.0</version> | ||
| 74 | + <version>v2-rev20190313-1.30.1</version> | ||
| 75 | 75 | <scope>provided</scope> | |
| 76 | 76 | </dependency> | |
| 77 | 77 | <!-- [END gae_java11_oauth2_dependencies] --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,7 @@ | |||
| 55 | 55 | <dependency> | |
| 56 | 56 | <groupId>com.google.cloud</groupId> | |
| 57 | 57 | <artifactId>google-cloud-spanner</artifactId> | |
| 58 | - <version>1.24.0</version> | ||
| 58 | + <version>1.28.0</version> | ||
| 59 | 59 | <scope>provided</scope> | |
| 60 | 60 | </dependency> | |
| 61 | 61 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,20 +45,20 @@ Copyright 2019 Google LLC | |||
| 45 | 45 | <dependency> | |
| 46 | 46 | <groupId>com.google.cloud</groupId> | |
| 47 | 47 | <artifactId>google-cloud-tasks</artifactId> | |
| 48 | - <version>1.3.0</version> | ||
| 48 | + <version>1.10.0</version> | ||
| 49 | 49 | </dependency> | |
| 50 | 50 | <!-- [END gae_java11_task_pom] --> | |
| 51 | 51 | <!-- Test dependencies --> | |
| 52 | 52 | <dependency> | |
| 53 | 53 | <groupId>junit</groupId> | |
| 54 | 54 | <artifactId>junit</artifactId> | |
| 55 | - <version>4.13-beta-2</version> | ||
| 55 | + <version>4.13-beta-3</version> | ||
| 56 | 56 | <scope>test</scope> | |
| 57 | 57 | </dependency> | |
| 58 | 58 | <dependency> | |
| 59 | 59 | <groupId>com.google.truth</groupId> | |
| 60 | 60 | <artifactId>truth</artifactId> | |
| 61 | - <version>0.44</version> | ||
| 61 | + <version>1.0</version> | ||
| 62 | 62 | <scope>test</scope> | |
| 63 | 63 | </dependency> | |
| 64 | 64 | </dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,17 +41,17 @@ limitations under the License. | |||
| 41 | 41 | <dependency> | |
| 42 | 42 | <groupId>io.vertx</groupId> | |
| 43 | 43 | <artifactId>vertx-core</artifactId> | |
| 44 | - <version>3.7.1</version> | ||
| 44 | + <version>3.8.0</version> | ||
| 45 | 45 | </dependency> | |
| 46 | 46 | <dependency> | |
| 47 | 47 | <groupId>io.vertx</groupId> | |
| 48 | 48 | <artifactId>vertx-web</artifactId> | |
| 49 | - <version>3.7.1</version> | ||
| 49 | + <version>3.8.0</version> | ||
| 50 | 50 | </dependency> | |
| 51 | 51 | <dependency> | |
| 52 | 52 | <groupId>io.vertx</groupId> | |
| 53 | 53 | <artifactId>vertx-web-client</artifactId> | |
| 54 | - <version>3.7.1</version> | ||
| 54 | + <version>3.8.0</version> | ||
| 55 | 55 | </dependency> | |
| 56 | 56 | ||
| 57 | 57 | <dependency> | |
@@ -68,7 +68,7 @@ limitations under the License. | |||
| 68 | 68 | <dependency> | |
| 69 | 69 | <groupId>io.vertx</groupId> | |
| 70 | 70 | <artifactId>vertx-unit</artifactId> | |
| 71 | - <version>3.7.1</version> | ||
| 71 | + <version>3.8.0</version> | ||
| 72 | 72 | </dependency> | |
| 73 | 73 | </dependencies> | |
| 74 | 74 | <build> | |
| 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.75</appengine.sdk.version> | ||
| 36 | + <appengine.sdk.version>1.9.76</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.75</version> | ||
| 44 | + <version>1.9.76</version> | ||
| 45 | 45 | </dependency> | |
| 46 | 46 | ||
| 47 | 47 | <dependency> | |
@@ -74,7 +74,7 @@ | |||
| 74 | 74 | <dependency> | |
| 75 | 75 | <groupId>com.google.appengine</groupId> | |
| 76 | 76 | <artifactId>appengine-api-stubs</artifactId> | |
| 77 | - <version>1.9.75</version> | ||
| 77 | + <version>1.9.76</version> | ||
| 78 | 78 | <scope>test</scope> | |
| 79 | 79 | </dependency> | |
| 80 | 80 | ||
@@ -87,7 +87,7 @@ | |||
| 87 | 87 | <dependency> | |
| 88 | 88 | <groupId>org.mockito</groupId> | |
| 89 | 89 | <artifactId>mockito-core</artifactId> | |
| 90 | - <version>2.28.2</version> | ||
| 90 | + <version>3.0.0</version> | ||
| 91 | 91 | <scope>test</scope> | |
| 92 | 92 | </dependency> | |
| 93 | 93 | <dependency> | |
@@ -98,7 +98,7 @@ | |||
| 98 | 98 | <dependency> | |
| 99 | 99 | <groupId>com.google.truth</groupId> | |
| 100 | 100 | <artifactId>truth</artifactId> | |
| 101 | - <version>0.45</version> | ||
| 101 | + <version>1.0</version> | ||
| 102 | 102 | <scope>test</scope> | |
| 103 | 103 | </dependency> | |
| 104 | 104 | </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.75</version> | ||
| 42 | + <version>1.9.76</version> | ||
| 43 | 43 | </dependency> | |
| 44 | 44 | ||
| 45 | 45 | <dependency> | |
@@ -66,13 +66,13 @@ | |||
| 66 | 66 | <dependency> | |
| 67 | 67 | <groupId>com.google.appengine</groupId> | |
| 68 | 68 | <artifactId>appengine-api-stubs</artifactId> | |
| 69 | - <version>1.9.75</version> | ||
| 69 | + <version>1.9.76</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.75</version> | ||
| 75 | + <version>1.9.76</version> | ||
| 76 | 76 | <scope>test</scope> | |
| 77 | 77 | </dependency> | |
| 78 | 78 | ||
@@ -91,13 +91,13 @@ | |||
| 91 | 91 | <dependency> | |
| 92 | 92 | <groupId>com.google.appengine</groupId> | |
| 93 | 93 | <artifactId>appengine-testing</artifactId> | |
| 94 | - <version>1.9.75</version> | ||
| 94 | + <version>1.9.76</version> | ||
| 95 | 95 | <scope>test</scope> | |
| 96 | 96 | </dependency> | |
| 97 | 97 | <dependency> | |
| 98 | 98 | <groupId>com.google.truth</groupId> | |
| 99 | 99 | <artifactId>truth</artifactId> | |
| 100 | - <version>0.45</version> | ||
| 100 | + <version>1.0</version> | ||
| 101 | 101 | <scope>test</scope> | |
| 102 | 102 | </dependency> | |
| 103 | 103 | </dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | 17 | package com.example.appengine.appidentity; | |
| 18 | 18 | ||
| 19 | - import static com.google.common.truth.Truth.assertThat; | ||
| 19 | + import static com.google.common.truth.Truth.assertWithMessage; | ||
| 20 | 20 | import static org.mockito.Mockito.when; | |
| 21 | 21 | ||
| 22 | 22 | import com.google.appengine.tools.development.testing.LocalServiceTestHelper; | |
@@ -72,8 +72,8 @@ public void doGet_defaultEnvironment_writesResponse() throws Exception { | |||
| 72 | 72 | // We don't have any guarantee over what the local App Engine environment returns for | |
| 73 | 73 | // "com.google.appengine.runtime.default_version_hostname". Only assert that the response | |
| 74 | 74 | // contains part of the string we have control over. | |
| 75 | - assertThat(responseWriter.toString()) | ||
| 76 | - .named("IdentityServlet response") | ||
| 75 | + assertWithMessage("IdentityServlet response") | ||
| 76 | + .that(responseWriter.toString()) | ||
| 77 | 77 | .contains("default_version_hostname:"); | |
| 78 | 78 | } | |
| 79 | 79 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments