Skip to content

Commit

Permalink
chore: update 'java-module-dependencies' to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed May 16, 2024
1 parent 9ac898a commit 2e1647f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/project-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation("net.swiftzer.semver:semver:1.3.0")
implementation("org.gradlex:extra-java-module-info:1.8")
implementation("org.gradlex:java-ecosystem-capabilities:1.5.1")
implementation("org.gradlex:java-module-dependencies:1.6.2")
implementation("org.gradlex:java-module-dependencies:1.6.5")
implementation("org.owasp:dependency-check-gradle:9.0.9")
}
2 changes: 1 addition & 1 deletion platform-sdk/swirlds-benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jmhModuleInfo {
requires("com.swirlds.fchashmap")
requires("com.swirlds.merkledb")
requires("com.swirlds.virtualmap")
requires("com.swirlds.platform")
requires("com.swirlds.platform.core")
requires("jmh.core")
requires("org.apache.logging.log4j")
requiresStatic("com.github.spotbugs.annotations")
Expand Down

0 comments on commit 2e1647f

Please sign in to comment.