| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f521cb5 commit 24739b6
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | <dependency> | |
| 17 | 17 | <groupId>com.google.apis</groupId> | |
| 18 | 18 | <artifactId>google-api-services-cloudkms</artifactId> | |
| 19 | - <version>v1-rev22-1.23.0</version> | ||
| 19 | + <version>v1-rev23-1.23.0</version> | ||
| 20 | 20 | <exclusions> | |
| 21 | 21 | <exclusion> <!-- exclude an old version of Guava --> | |
| 22 | 22 | <groupId>com.google.guava</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | <dependency> | |
| 39 | 39 | <groupId>com.google.apis</groupId> | |
| 40 | 40 | <artifactId>google-api-services-storagetransfer</artifactId> | |
| 41 | - <version>v1-rev26-1.23.0</version> | ||
| 41 | + <version>v1-rev27-1.23.0</version> | ||
| 42 | 42 | <exclusions> | |
| 43 | 43 | <exclusion> <!-- exclude an old version of Guava --> | |
| 44 | 44 | <groupId>com.google.guava</groupId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ | |||
| 40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 41 | 41 | <codehaus-exec-maven-plugin-version>1.1</codehaus-exec-maven-plugin-version> | |
| 42 | 42 | <codehaus-findbugs-maven-plugin-version>3.0.5</codehaus-findbugs-maven-plugin-version> | |
| 43 | - <maven-war-plugin-version>3.1.0</maven-war-plugin-version> | ||
| 43 | + <maven-war-plugin-version>3.2.0</maven-war-plugin-version> | ||
| 44 | 44 | </properties> | |
| 45 | 45 | ||
| 46 | 46 | <build> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ | |||
| 33 | 33 | <maven.compiler.source>1.7</maven.compiler.source> | |
| 34 | 34 | <appengine.sdk.version>1.9.57</appengine.sdk.version> <!-- TODO: MOVE TO /appengine --> | |
| 35 | 35 | <codehaus-versions-maven-plugin-version>2.5</codehaus-versions-maven-plugin-version> | |
| 36 | - <maven-war-plugin-version>3.1.0</maven-war-plugin-version> | ||
| 36 | + <maven-war-plugin-version>3.2.0</maven-war-plugin-version> | ||
| 37 | 37 | </properties> | |
| 38 | 38 | ||
| 39 | 39 | <dependencies> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ | |||
| 21 | 21 | <maven.compiler.source>1.7</maven.compiler.source> | |
| 22 | 22 | <appengine.sdk.version>1.9.57</appengine.sdk.version> <!-- TODO: MOVE TO /appengine --> | |
| 23 | 23 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 24 | - <maven-war-plugin-version>3.1.0</maven-war-plugin-version> | ||
| 24 | + <maven-war-plugin-version>3.2.0</maven-war-plugin-version> | ||
| 25 | 25 | <maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version> | |
| 26 | 26 | <google-api-client.version>1.23.0</google-api-client.version> | |
| 27 | 27 | </properties> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments