Skip to content

Commit

Permalink
Merge pull request #25 from dvankley/dependabot/gradle/org.assertj-as…
Browse files Browse the repository at this point in the history
…sertj-core-3.24.2

Bump org.assertj:assertj-core from 3.11.1 to 3.24.2
  • Loading branch information
dvankley authored Oct 1, 2023
2 parents 83aa02d + b8c8001 commit 9ec288d
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 @@ -40,7 +40,7 @@ dependencies {
implementation("io.ktor:ktor-client-logging-jvm:2.3.4")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
testImplementation("org.assertj:assertj-core:3.11.1")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("io.ktor:ktor-client-mock-jvm:2.3.4")
}

Expand Down

0 comments on commit 9ec288d

Please sign in to comment.