Skip to content

Commit 41f172a

Browse files
fix(deps): update junit-framework monorepo to v6.1.1 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 475be4d commit 41f172a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencyResolutionManagement {
2424
create("libs") {
2525
version("kotlin", "2.4.0")
2626
version("bom", "1.7.2")
27-
version("junit", "6.1.0")
27+
version("junit", "6.1.1")
2828
version("dartpoet", "1.0.11")
2929
version("guava", "33.6.0-jre")
3030
version("jgit", "7.7.0.202606012155-r")
@@ -38,7 +38,7 @@ dependencyResolutionManagement {
3838
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
3939
library("junit.jupiter.params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
4040
library("junit.jupiter.engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
41-
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").version("6.1.0")
41+
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").version("6.1.1")
4242

4343
plugin("kotlin", "org.jetbrains.kotlin.jvm").versionRef("kotlin")
4444
plugin("shadow", "com.gradleup.shadow").versionRef("shadow")

0 commit comments

Comments
 (0)