Skip to content

Commit

Permalink
Update junit-jupiter
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Sep 25, 2024
1 parent 5a9d7bd commit ef1906f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit ef1906f

Please sign in to comment.