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] authored Feb 4, 2024
1 parent 8db59f1 commit 7c7f974
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 @@ -61,7 +61,7 @@ dependencies {

// Test
testImplementation(kotlin("test-junit"))
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.assertj:assertj-core:3.25.2")
testImplementation("io.grpc:grpc-testing:$grpcVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")
Expand Down

0 comments on commit 7c7f974

Please sign in to comment.