Skip to content

Commit

Permalink
Bump assertj-core in /data-prepper-plugins/otel-trace-raw-prepper (op…
Browse files Browse the repository at this point in the history
…ensearch-project#1440)

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.1.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.22.0...assertj-core-3.23.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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Finn Roblin <[email protected]>
  • Loading branch information
dependabot[bot] authored and finnroblin committed Jul 11, 2022
1 parent 6dd7235 commit 857402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/otel-trace-raw-prepper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
implementation 'com.google.guava:guava:31.1-jre'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation "org.mockito:mockito-inline:${versionMap.mockito}"
}

Expand Down

0 comments on commit 857402c

Please sign in to comment.