Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4
  • Loading branch information
dbarashev authored Dec 18, 2024
2 parents d909136 + 6cd4358 commit e6d04e6
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 @@ -12,7 +12,7 @@ dependencies {
providedCompile project(':ganttproject')
implementation 'org.mnode.ical4j:ical4j:4.0.7'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
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 @@ -19,7 +19,7 @@ dependencies {
testImplementation project(':biz.ganttproject.core')
testImplementation project(':ganttproject')
testImplementation project(':biz.ganttproject.impex.msproject2')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.jooq:jooq:3.19.16'
testImplementation "com.h2database:h2:2.3.+"
testImplementation "org.easymock:easymock:5.5.0"
Expand Down

0 comments on commit e6d04e6

Please sign in to comment.