diff --git a/versions-catalog.toml b/versions-catalog.toml index 83f4565..a5f98fa 100644 --- a/versions-catalog.toml +++ b/versions-catalog.toml @@ -9,12 +9,15 @@ ktlint = "12.3.0" [libraries] # plugin core dependencies +jgit = { group = "org.eclipse.jgit", name = "org.eclipse.jgit", version = "7.3.0.202506031305-r" } # third party # third party testing +junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } kotlin-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" } +mockk = { group = "io.mockk", name = "mockk", version = "1.14.5" } [plugins]