Skip to content

Commit

Permalink
Merge pull request #527 from freefair/dependabot/gradle/org.assertj-a…
Browse files Browse the repository at this point in the history
…ssertj-core-3.23.0

Bump assertj-core from 3.22.0 to 3.23.0
  • Loading branch information
larsgrefer committed May 31, 2022
2 parents 66cca2a + beee921 commit 4b26b3c
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 4b26b3c

Please sign in to comment.