Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent f7a3980 commit ec1d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
val sqliteVersion = "3.43.2.2"
val mariadbVersion = "3.2.0"

val junitVersion = "5.10.0"
val junitVersion = "5.10.1"

implementation("dev.kord", "kord-core", kordVersion)
implementation("org.slf4j", "slf4j-api", slf4jVersion)
Expand Down

0 comments on commit ec1d2b6

Please sign in to comment.