Skip to content

Commit cdc312b

Browse files
committed
Address CVE
1 parent 0ca0245 commit cdc312b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-as-ci-does.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ earthly --secret OWASP_NVD_API_KEY=$OWASP_NVD_API_KEY +run-with-gradle
4343

4444
echo
4545
echo "${pbold}BUILD WITH MAVEN UNDER EARTHLY${preset}"
46-
earthly --secret OWASP_NVD_API_KEY +build-with-maven
46+
earthly --secret OWASP_NVD_API_KEY=$OWASP_NVD_API_KEY +build-with-maven
4747
echo
4848
echo "${pbold}RUN WITH MAVEN UNDER EARTHLY${preset}"
49-
earthly --secret OWASP_NVD_API_KEY +run-with-maven
49+
earthly --secret OWASP_NVD_API_KEY=$OWASP_NVD_API_KEY +run-with-maven

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pitestPluginVersion=1.15.0
1818
# Cannot name this "pitestVersion" -- the plugin has a property of the same
1919
# name, so this property needs to have a distinct name to satisfy Gradle
2020
pitestToolVersion=1.17.0
21-
pmdVersion=7.3.0
21+
pmdVersion=7.13.0
2222
spotbugsPluginVersion=6.0.15

0 commit comments

Comments
 (0)