Skip to content

Commit

Permalink
Bump assertj-core from 3.23.1 to 3.24.1 (#434)
Browse files Browse the repository at this point in the history
Bumps assertj-core from 3.23.1 to 3.24.1.

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
1 parent ebdd561 commit 703f545
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 @@ -66,7 +66,7 @@ dependencies {
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv")

testImplementation("junit:junit:4.13.2")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.assertj:assertj-core:3.24.1")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.9.2")
testImplementation("org.mockito:mockito-core:4.11.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.9.2")
testImplementation("androidx.test:core:1.5.0")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.assertj:assertj-core:3.24.1")
testImplementation("org.awaitility:awaitility:4.2.0")

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

0 comments on commit 703f545

Please sign in to comment.