Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.27.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Dec 29, 2024
2 parents db7f478 + acdf6a6 commit 19a5228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subprojects {
dependencies {
implementation "org.ow2.asm:asm:9.7.1"
implementation 'com.diffplug.gradle:goomph:4.2.0'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-core:3.27.0'
}
tasks.named('test') {
dependsOn ':atplug-runtime:jar', ':atplug-runtime:testClasses'
Expand Down

0 comments on commit 19a5228

Please sign in to comment.