Skip to content

Commit

Permalink
Bump assertj-core from 3.22.0 to 3.23.0 in /examples
Browse files Browse the repository at this point in the history
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.0.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.22.0...assertj-core-3.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 31, 2022
1 parent f5f7727 commit d617eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jacoco/sub-a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "jacoco"
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'org.assertj:assertj-core:3.23.0'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion examples/jacoco/sub-b/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

testImplementation('org.junit.jupiter:junit-jupiter-api:5.8.2')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.2')
testImplementation('org.assertj:assertj-core:3.22.0')
testImplementation('org.assertj:assertj-core:3.23.0')
}

test {
Expand Down

0 comments on commit d617eb8

Please sign in to comment.