Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-demo[bot] committed Mar 23, 2022
1 parent 52f1313 commit 2496b85
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 @@ -69,7 +69,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.0'

// https://mvnrepository.com/artifact/org.assertj/assertj-core
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.17.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.22.0'

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.3.1.RELEASE'
Expand Down

0 comments on commit 2496b85

Please sign in to comment.