Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.asser…
Browse files Browse the repository at this point in the history
…tj-assertj-core-3.26.3' into combined-pr-branch
  • Loading branch information
eddumelendez committed Jul 26, 2024
2 parents 256c5f0 + eb46d14 commit a49ca88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ dependencies {
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')

testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'io.rest-assured:rest-assured:5.5.0'

jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
jarFileTestImplementation 'junit:junit:4.13.2'
jarFileTestImplementation 'org.assertj:assertj-core:3.25.3'
jarFileTestImplementation 'org.assertj:assertj-core:3.26.3'
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
}

Expand Down

0 comments on commit a49ca88

Please sign in to comment.