Skip to content

Commit

Permalink
Fix some tests (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbyungjun authored Jun 13, 2024
1 parent 2e44e04 commit d9f9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngrinder-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation (group: "net.java.dev.jna", name: "jna", version: "5.14.0")
implementation (group: "commons-codec", name: "commons-codec", version: "1.14")
implementation (group: "com.beust", name: "jcommander", version: "1.32")
implementation (group: "ch.qos.logback", name: "logback-classic", version: "1.0.0")
implementation (group: "ch.qos.logback", name: "logback-classic", version: "1.3.14")
implementation (group: "org.slf4j", name: "slf4j-api", version: slf4j_version)
implementation (group: "org.slf4j", name: "jcl-over-slf4j", version: slf4j_version)
implementation (group: "org.hibernate", name: "hibernate-core", version: hibernate_version)
Expand Down

0 comments on commit d9f9f2b

Please sign in to comment.