Skip to content

Commit 3dbb315

Browse files
fix(deps): update gradle dependencies (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41a15d0 commit 3dbb315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ dependencies {
4747
testFramework(TestFrameworkType.Platform)
4848
}
4949

50-
testImplementation(platform("org.junit:junit-bom:5.11.1"))
50+
testImplementation(platform("org.junit:junit-bom:5.11.2"))
5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.junit.platform:junit-platform-launcher")
5353
testImplementation("io.strikt:strikt-jvm:0.35.1")
54-
testImplementation("io.mockk:mockk:1.13.12")
54+
testImplementation("io.mockk:mockk:1.13.13")
5555
testImplementation("org.apache.commons:commons-lang3:3.17.0")
5656
}
5757

0 commit comments

Comments
 (0)