Skip to content

Commit

Permalink
Merge pull request #129 from synyx/dependabot/gradle/app/org.assertj-…
Browse files Browse the repository at this point in the history
…assertj-core-3.25.1

Bump org.assertj:assertj-core from 3.16.1 to 3.25.1 in /app
  • Loading branch information
heetel authored Jan 5, 2024
2 parents 2c6cfb4 + ab36976 commit 86faf55
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 @@ -65,7 +65,7 @@ dependencies {

//Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.assertj:assertj-core:3.25.1'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit 86faf55

Please sign in to comment.