Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.2 (#663)
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 Jan 28, 2024
1 parent 6043f5f commit 12b8de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.1</version>
<version>3.25.2</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tinylog-android-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
androidTestImplementation "androidx.test:runner:1.5.2"
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.4.0"
androidTestImplementation "javax.inject:javax.inject:1"
androidTestImplementation "org.assertj:assertj-core:3.25.1"
androidTestImplementation "org.assertj:assertj-core:3.25.2"
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
androidTestImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1"
androidTestImplementation "org.mockito:mockito-android:5.10.0"
Expand Down

0 comments on commit 12b8de5

Please sign in to comment.