Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and TiagoMSSantos committed May 26, 2024
1 parent 5d9fc2a commit 1e1710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ dependencies {
println('Adding dependencies for the unit tests.')

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.0'
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'
testImplementation "org.powermock:powermock-module-junit4:${powermock_version}"
testImplementation "org.powermock:powermock-api-easymock:${powermock_version}"
Expand Down

0 comments on commit 1e1710f

Please sign in to comment.