Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.27.0 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent b79ce8a commit 2799d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dependencies {
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'

testImplementation libraries.junit5
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.14.2'

integrationTestImplementation sourceSets.main.runtimeClasspath
Expand Down

0 comments on commit 2799d64

Please sign in to comment.