Skip to content

Commit

Permalink
Merge pull request #3 from chrisgleissner/dependabot/gradle/org.asser…
Browse files Browse the repository at this point in the history
…tj-assertj-core-3.26.0

Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • Loading branch information
chrisgleissner authored Jul 6, 2024
2 parents 23b97f1 + e96a6eb commit c08fa7d
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 @@ -15,7 +15,7 @@ repositories {
dependencies {
implementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'ch.qos.logback:logback-classic:1.5.6'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
Expand Down

0 comments on commit c08fa7d

Please sign in to comment.