Skip to content

Commit

Permalink
Bump assertj-core from 3.22.0 to 3.23.0
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 66cca2a commit beee921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -57,7 +57,7 @@ allprojects {
test.useJUnitPlatform()

dependencies {
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation 'org.assertj:assertj-core:3.23.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down
2 changes: 1 addition & 1 deletion test-common/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java-library"

dependencies {
api "org.junit.jupiter:junit-jupiter-api:5.8.2"
api "org.assertj:assertj-core:3.22.0"
api "org.assertj:assertj-core:3.23.0"
api gradleApi()
api gradleTestKit()
api 'com.squareup:javapoet:1.13.0'
Expand Down

0 comments on commit beee921

Please sign in to comment.