Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent e7da6b9 commit 4825521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation("io.opentelemetry.semconv:opentelemetry-semconv:$otelSemconvVersion")

testImplementation("junit:junit:4.13.2")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.assertj:assertj-core:3.25.2")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.11.1")
testImplementation("org.mockito:mockito-core:5.9.0")
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.11.1")
testImplementation("androidx.test:core:1.5.0")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.assertj:assertj-core:3.25.2")

coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
}
Expand Down

0 comments on commit 4825521

Please sign in to comment.