Skip to content

Commit

Permalink
Update libs.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
XJ114514 committed Sep 25, 2024
1 parent 26bcaa4 commit 3248752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ opentest4j = "1.3.0"
openTestReporting = "0.1.0-M2"
surefire = "3.5.0"
xmlunit = "2.10.0"
javadiffutils = "4.12"

[libraries]
ant = { module = "org.apache.ant:ant", version.ref = "ant" }
Expand All @@ -45,7 +44,7 @@ jfrunit = { module = "org.moditect.jfrunit:jfrunit-core", version = "1.0.0.Alpha
jimfs = { module = "com.google.jimfs:jimfs", version = "1.3.0" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
java-diff-utils = { module = "io.github.java-diff-utils:java-diff-utils", version.ref = "javadiffutils" }
java-diff-utils = { module = "io.github.java-diff-utils:java-diff-utils", version = "4.12" }
joox = { module = "org.jooq:joox", version = "2.0.1" }
jte = { module = "gg.jte:jte", version = "3.1.12" }
junit4 = { module = "junit:junit", version = { require = "[4.12,)", prefer = "4.13.2" } }
Expand Down

0 comments on commit 3248752

Please sign in to comment.