Skip to content

Commit

Permalink
Merge pull request #2632 from bardsoftware/dependabot/gradle/org.juni…
Browse files Browse the repository at this point in the history
…t.jupiter-junit-jupiter-engine-5.11.4

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4
  • Loading branch information
dbarashev authored Dec 17, 2024
2 parents 83eee76 + 6aace05 commit 2697cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biz.ganttproject.impex.ical/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation 'org.mnode.ical4j:ical4j:4.0.6'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

}

Expand Down
2 changes: 1 addition & 1 deletion ganttproject-tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testImplementation fileTree(dir: project.projectDir.absolutePath + "/resources")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.11.3'
}

Expand Down

0 comments on commit 2697cba

Please sign in to comment.