diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8f9196e..f3fddb9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ javacsv = { group = "net.sourceforge.javacsv", name = "javacsv", version = "2.0" kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.14" } auto-service = { group = "com.google.auto.service", name = "auto-service", version = "1.1.1" } -junit-bom = { group = "org.junit", name = "junit-bom", version = "5.14.3" } +junit-bom = { group = "org.junit", name = "junit-bom", version = "5.14.4" } [plugins] th2-publish = { id = "com.exactpro.th2.gradle.publish", version.ref = "th2-plugin" }