Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent 9fe11fe commit 3b03f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}
dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.assertj:assertj-core:3.25.2")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.1")
implementation(kotlin("test"))
implementation("org.codehaus.jettison:jettison:1.5.4")
Expand Down

0 comments on commit 3b03f05

Please sign in to comment.