Skip to content

Commit

Permalink
chore: fix degraded merge for dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Dec 12, 2024
1 parent abaae7b commit 207ecd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jackson = "2.16.1"
bc = "1.78.1"
nashorn = "15.4"
caffeine = "3.1.8"
wiremock = "3.9.2"
wiremock = "3.10.0"
vldocking = "3.1.1"
xmlunit = "2.10.0"
assertj = "3.26.0"
Expand Down Expand Up @@ -187,7 +187,7 @@ xmlunit = ["xmlunit-core", "xmlunit-assertj", "assertj"]

[plugins]
spotbugs = {id = "com.github.spotbugs", version = "6.0.26"}
spotless = {id = "com.diffplug.spotless", version = "6.25.0"}
spotless = {id = "com.diffplug.spotless", version = "7.0.0.BETA4"}
launch4j = {id = "edu.sc.seis.launch4j", version = "3.0.6"}
versions = {id = "com.github.ben-manes.versions", version = "0.51.0"}
ssh = {id = "org.hidetake.ssh", version = "2.11.2"}

0 comments on commit 207ecd3

Please sign in to comment.