-
-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify symlink creation, update dependencies (#569)
* Use fastjson 1.2.79, not 1.2.73 * Use okhttp-urlconnection 4.9.3, not 4.8.0 * Use commons-io 2.11.0, not 2.7 * Use commons-lang3 3.12.0, not 3.11 * Use commons-codec 1.15, not 1.14 * Use support-log-formatter 1.1, not 1.0 * Use version-number 1.9, not 1.7 * Use ant 1.10.12, not 1.10.11 * Use owasp-java-html-sanitizer 20211018.2, not 20200713.1 * Use spotbugs-annotations 4.5.3, not 4.1.1 * Use jsoup 1.14.3, not 1.14.2 * Use kotlin-stdlib-common 1.6.10, not 1.3.72 * Use mockito-core 4.3.1, not 3.4.6 * Use junit 4.13.2, not 4.13.1 * Use mockwebserver 4.9.3, not 4.8.0 * Use parent pom 1.70, not 1.54 * Use spotbugs 4.5.3.0, not 4.2.0 * Use surefire 3.0.0-M5, not 2.18.1 * Exclude okhttp and annotation-api from fastjson Prevent upper bounds dependency error messages * Exclude several spotbugs warnings * Allow catch of NPE in getMetaData() * Exclude command injection vulnerability Creating a symbolic link is low risk * Replace ProcessBuilder with Java 8 file calls * Exclude path traversal spotbugs warnings Path traversal is a key part of this utility * Update dependencies Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
- Loading branch information
1 parent
85cf683
commit 45399cd
Showing
4 changed files
with
68 additions
and
38 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
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