diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2131c35..289adf7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ javacsv = { group = "net.sourceforge.javacsv", name = "javacsv", version = "2.0" kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version = "7.0.7" } auto-service = { group = "com.google.auto.service", name = "auto-service", version = "1.1.1" } -junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.2" } +junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.4" } [plugins] th2-publish = { id = "com.exactpro.th2.gradle.publish", version.ref = "th2-plugin" }