Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2
  • Loading branch information
dbarashev authored Oct 7, 2024
2 parents f94a68b + c9323da commit 3c1a5ed
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.4'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'

}
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.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.jooq:jooq:3.19.11'
testImplementation "com.h2database:h2:2.3.+"
testImplementation "org.easymock:easymock:5.4.0"
Expand Down

0 comments on commit 3c1a5ed

Please sign in to comment.