-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, Gradle wrapper, publishing configuration. Simpli…
…fy dependency management via version catalog.
- Loading branch information
Wilke Matthias Fabian (HOME/EET1 ❤️)
committed
Jul 29, 2024
1 parent
aa6e9d0
commit 624579c
Showing
9 changed files
with
109 additions
and
319 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[versions] | ||
odc = '10.0.3' | ||
spock = '2.3-groovy-3.0' | ||
junit = '5.10.3' | ||
|
||
[libraries] | ||
owasp-dependencyCheck-core = { module = "org.owasp:dependency-check-core", version.ref = "odc" } | ||
owasp-dependencyCheck-utils = { module = "org.owasp:dependency-check-utils", version.ref = "odc" } | ||
openVuln-clients = { module = "io.github.jeremylong:open-vulnerability-clients", version = "6.1.7" } | ||
slack-webhook = { module = "net.gpedro.integrations.slack:slack-webhook", version = "1.4.0" } | ||
|
||
junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api', version.ref = "junit" } | ||
junit-jupiter-params = { module = 'org.junit.jupiter:junit-jupiter-params', version.ref = "junit" } | ||
junit-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine', version.ref = "junit" } | ||
|
||
spock-core = { module = 'org.spockframework:spock-core', version.ref = "spock" } | ||
|
||
[bundles] | ||
|
||
[plugins] | ||
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" } |
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,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
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
19 changes: 0 additions & 19 deletions
19
src/main/resources/META-INF/gradle-plugins/org.owasp.dependencycheck.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.