Skip to content

Commit

Permalink
Merge pull request #57 from dynatrace-oss/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
oertl authored Jun 2, 2024
2 parents 1949a00 + 38ad71c commit 9e7c83d
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 @@ -17,7 +17,7 @@ repositories {
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.assertj', name: 'assertj-core', version: '3.25.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.0'
jmh group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.12'
jmh group: 'com.datadoghq', name: 'sketches-java', version: '0.8.2'
jmh group: 'org.openjdk.jol', name: 'jol-core', version: '0.17'
Expand Down

0 comments on commit 9e7c83d

Please sign in to comment.