Skip to content

Commit

Permalink
Merge pull request #59 from dynatrace-oss/dependabot/gradle/org.junit…
Browse files Browse the repository at this point in the history
….jupiter-junit-jupiter-api-5.10.3

Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3
  • Loading branch information
oertl committed Jun 28, 2024
2 parents 9e7c83d + 714c52f commit 9460877
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 {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.0'
jmh group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.12'
Expand Down

0 comments on commit 9460877

Please sign in to comment.