Skip to content

Commit 890b779

Browse files
committed
Update dependency org.amshove.kluent:kluent to v1.73
1 parent 908fbf1 commit 890b779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414

1515
dependencies {
1616
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
17-
testImplementation("org.amshove.kluent:kluent:1.72")
17+
testImplementation("org.amshove.kluent:kluent:1.73")
1818
testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.8.21")
1919
}
2020

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
16-
testImplementation("org.amshove.kluent:kluent:1.72")
16+
testImplementation("org.amshove.kluent:kluent:1.73")
1717
}
1818

1919
sourceSets {

0 commit comments

Comments
 (0)