Skip to content

Commit f8fd29d

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.3
1 parent b8a4015 commit f8fd29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ domainApiKfsmv2 = { module = "xyz.block.domainapi:domain-api-kfsm-v2", version.r
3333
guice = { module = "com.google.inject:guice", version.ref = "guice" }
3434
guiceAssistedInject = { module = "com.google.inject.extensions:guice-assistedinject", version.ref = "guice" }
3535
jodaMoney = { module = "org.joda:joda-money", version.ref = "jodaMoney" }
36-
junitJupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.14.2" }
36+
junitJupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.14.3" }
3737
kfsm = { module = "app.cash.kfsm:kfsm", version.ref = "kfsm" }
3838
kfsmv2 = { module = "app.cash.kfsm:kfsm-v2", version.ref = "kfsmv2" }
3939
kotestAssertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }

0 commit comments

Comments
 (0)