Skip to content

Commit

Permalink
Merge branch 'main' into rh/ArgumentEvaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot authored Jun 17, 2024
2 parents 606d967 + 09e1203 commit b6f3834
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0")

// https://mvnrepository.com/artifact/net.sourceforge.pmd/
implementation("net.sourceforge.pmd:pmd-core:7.1.0")
implementation("net.sourceforge.pmd:pmd-java:7.1.0")
implementation("net.sourceforge.pmd:pmd-core:7.2.0")
implementation("net.sourceforge.pmd:pmd-java:7.2.0")
}

publishing {
Expand Down
4 changes: 2 additions & 2 deletions docs/Plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ The default result format is a `combined` report file. In this case, the `output

| Name | Version | Source | Website | Analysis Target |
|:----------------------------|:-----------------:|:------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------:|:-------------------|
| PMD | 7.0.0-rc4 | [GitHub](https://github.com/pmd/pmd) | [github.io](https://pmd.github.io/) | Source Code |
| FindSecBugs <br> (SpotBugs) | 1.12.0 <br> 4.8.2 | [GitHub](https://github.com/find-sec-bugs/find-sec-bugs) <br> [GitHub](https://github.com/spotbugs/spotbugs) | [github.io](https://find-sec-bugs.github.io/) <br> [github.io](https://spotbugs.github.io/) | Compiled Java Code |
| PMD | 7.2.0 | [GitHub](https://github.com/pmd/pmd) | [github.io](https://pmd.github.io/) | Source Code |
| FindSecBugs <br> (SpotBugs) | 1.12.0 <br> 4.8.2 | [GitHub](https://github.com/find-sec-bugs/find-sec-bugs) <br> [GitHub](https://github.com/spotbugs/spotbugs) | [github.io](https://find-sec-bugs.github.io/) <br> [github.io](https://spotbugs.github.io/) | Compiled Java Code |
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.24"
cpg = "8.2.0"
cpg = "8.3.0"
koin = "3.5.6"
koin-test = "3.5.6"
detekt = "1.23.6"
Expand All @@ -10,7 +10,7 @@ dokka = "1.9.20"

[libraries]
sarif4k = { module = "io.github.detekt.sarif4k:sarif4k", version = "0.6.0"} # The code can be found here: https://github.com/detekt/sarif4k. It was generated using https://app.quicktype.io/
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3"}
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.0"}
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin"}

# CPG official releases
Expand All @@ -28,7 +28,7 @@ cpg-language-java = { module = "de.fraunhofer.aisec:cpg-language-java", version.
#cpg-analysis = { module = "com.github.Fraunhofer-AISEC.cpg:cpg-analysis", version.ref = "cpg"}
#cpg-language-go = { module = "com.github.Fraunhofer-AISEC.cpg:cpg-language-go", version.ref = "cpg"}

kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "6.0.9" }
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.0" }
log4j-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.23.1"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.4.0"}
koin = { module = "io.insert-koin:koin-core", version.ref = "koin"}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit b6f3834

Please sign in to comment.