Skip to content

Commit

Permalink
Merge branch 'main' into fw/cpg-config-update
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland authored Oct 8, 2024
2 parents 994f6a3 + 692c516 commit 3b0f65d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.0")
implementation("net.sourceforge.pmd:pmd-java:7.5.0")
implementation("net.sourceforge.pmd:pmd-core:7.6.0")
implementation("net.sourceforge.pmd:pmd-java:7.6.0")
}

publishing {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ cpg-language-java = { module = "de.fraunhofer.aisec:cpg-language-java", version.
#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 = "7.0.0" }
log4j-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.24.0"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "5.0.0"}
log4j-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.24.1"}
clikt = { module = "com.github.ajalt.clikt:clikt", version = "5.0.1"}
koin = { module = "io.insert-koin:koin-core", version.ref = "koin"}
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin-test"}
koin-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin-test"}
Expand All @@ -41,7 +41,7 @@ kotlin-scripting-dependencies = { module = "org.jetbrains.kotlin:kotlin-scriptin
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt"}

# test
junit-bom = { module = "org.junit:junit-bom", version = "5.11.0" }
junit-bom = { module = "org.junit:junit-bom", version = "5.11.2" }
mockk = { module = "io.mockk:mockk", version = "1.13.12"}

# this is necessary for the plugins to be used in the buildSrc folder
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.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3b0f65d

Please sign in to comment.