Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into rh/length-type
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jul 3, 2024
2 parents 9c03a5b + 6377273 commit 893f827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
{
"matchPackagePrefixes": ["com.github.Fraunhofer-AISEC"],
"registryUrls": ["https://jitpack.io/"]
},
{
"groupName": "PMD packages",
"matchPackagePrefixes": ["net.sourceforge.pmd:pmd-"]
}
]
}
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.2.0")
implementation("net.sourceforge.pmd:pmd-java:7.2.0")
implementation("net.sourceforge.pmd:pmd-core:7.3.0")
implementation("net.sourceforge.pmd:pmd-java:7.3.0")
}

publishing {
Expand Down

0 comments on commit 893f827

Please sign in to comment.