Skip to content

Commit 983156f

Browse files
authored
Merge pull request #3 from rhaendel/dependabot/gradle/org.assertj-assertj-core-3.27.3
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
2 parents 7273294 + 902516d commit 983156f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
1313

1414
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
15-
testImplementation("org.assertj:assertj-core:3.27.2")
15+
testImplementation("org.assertj:assertj-core:3.27.3")
1616
testImplementation("ch.qos.logback:logback-classic:1.5.16")
1717

1818
// for tapSystemOut

0 commit comments

Comments
 (0)