Skip to content

Commit

Permalink
Merge pull request #2860 from kieker-monitoring/dependabot/gradle/org…
Browse files Browse the repository at this point in the history
….junit.jupiter-junit-jupiter-5.11.4

Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
  • Loading branch information
rju authored Dec 28, 2024
2 parents ea6ad4c + 958e0f6 commit d451867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/log-replayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation project(':analysis').sourceSets.test.output
testImplementation project(':tools').sourceSets.test.output

testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.4"
}

task uploadArchives {
Expand Down
2 changes: 1 addition & 1 deletion tools/runtime-analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation project(':analysis').sourceSets.test.output
testImplementation project(':tools').sourceSets.test.output

testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
testImplementation "org.junit.jupiter:junit-jupiter:5.11.4"
}

task uploadArchives {
Expand Down

0 comments on commit d451867

Please sign in to comment.