diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08ac38ca..050c81e3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ commons-codec = "1.17.1" commons-compress = "1.27.1" commons-io = "2.17.0" json = "20240303" -junit-jupiter = "5.10.2" +junit-jupiter = "5.11.1" netty = "4.1.113.Final" reactor-kotlin = "1.2.3" reactor-netty = "1.1.22" @@ -15,6 +15,7 @@ commons-codec = { module = "commons-codec:commons-codec", version.ref = "commons commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" } commons-io = { module = "commons-io:commons-io", version.ref = "commons-io" } json = { module = "org.json:json", version.ref = "json" } +junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" } netty-bom = { module = "io.netty:netty-bom", version.ref = "netty" } netty-resolver-dns-native-macos = { module = "io.netty:netty-resolver-dns-native-macos", version.ref = "netty" } reactor-kotlin = { module = "io.projectreactor.kotlin:reactor-kotlin-extensions", version.ref = "reactor-kotlin" }