Skip to content

Commit

Permalink
Update assertj to 3.16.1 (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Jul 19, 2020
1 parent 4019d86 commit 361c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraries.junit4 = 'junit:junit:4.12'
libraries.junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:${versions.junitJupiter}"
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.1.0'
libraries.junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter}"
libraries.assertj = 'org.assertj:assertj-core:3.15.0'
libraries.assertj = 'org.assertj:assertj-core:3.16.1'
libraries.hamcrest = 'org.hamcrest:hamcrest-core:1.3'
libraries.opentest4j = 'org.opentest4j:opentest4j:1.1.1'

Expand Down

0 comments on commit 361c39f

Please sign in to comment.