Skip to content

Commit

Permalink
Merge pull request #248 from dynatrace-oss/dependabot/gradle/org.asse…
Browse files Browse the repository at this point in the history
…rtj-assertj-core-3.26.0

Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • Loading branch information
oertl committed May 27, 2024
2 parents 1c15b20 + 966f7f8 commit 7199585
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 @@ -22,7 +22,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.0'
testImplementation group: 'org.hipparchus', name: 'hipparchus-stat', version: '3.1'
testImplementation group: 'org.hipparchus', name: 'hipparchus-optim', version: '3.1'
testImplementation group: 'com.google.guava', name: 'guava', version: '33.2.0-jre'
Expand Down

0 comments on commit 7199585

Please sign in to comment.