This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2020 03 12 update dependencies (#18)
* Update Gradle to 6.2.2 Also update DependencyCheck suppressions file accordingly * Update dependencies * Update Galen to 2.4.4 * Fix error during "validatePlugin" task: Execution failed for task ':validatePlugins'. > Plugin validation failed. See https://docs.gradle.org/6.2.2/userguide/more_about_tasks.html#sec:task_input_output_annotations for more information on how to annotate task properties. > Warning: Type 'FrostSetupTask': non-property method 'useProxy()' should not be annotated with: @input. Even using a method starting with "is" or "has" (which meets the JavaBeans specification regarding getter method names for boolean properties) does not do the job. :-/ * Update wrapper version in example project * Bump plugin version to 0.5.2
- Loading branch information
1 parent
d812002
commit 196bd16
Showing
14 changed files
with
90 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
|
||
<!-- groovy-all --> | ||
<suppress> | ||
<sha1>11524aca7cdd69a736c22ca231a0eb7d7e4af7c6</sha1> | ||
<cve>CVE-2016-6497</cve> | ||
</suppress> | ||
|
||
<!-- Shaded dependencies in gradle-api --> | ||
<suppress> | ||
<packageUrl regex="true">^pkg:maven/org\.apache\.maven/maven\-.*$</packageUrl> | ||
<vulnerabilityName>CVE-2013-0253</vulnerabilityName> | ||
</suppress> | ||
<suppress> | ||
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl> | ||
<cve>CVE-2019-12086</cve> | ||
<cve>CVE-2019-12384</cve> | ||
<cve>CVE-2019-12814</cve> | ||
<cve>CVE-2019-16942</cve> | ||
<cve>CVE-2019-16943</cve> | ||
<cve>CVE-2019-17531</cve> | ||
<cve>CVE-2019-20330</cve> | ||
<cve>CVE-2020-8840</cve> | ||
<cve>CVE-2020-9546</cve> | ||
<cve>CVE-2020-9547</cve> | ||
<cve>CVE-2020-9548</cve> | ||
</suppress> | ||
|
||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters