Skip to content

Commit

Permalink
Merge pull request #432 from PCGen/dependabot/gradle/PCGen-base/org.j…
Browse files Browse the repository at this point in the history
…unit.platform-junit-platform-launcher-1.11.4

Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 in /PCGen-base
  • Loading branch information
karianna authored Dec 19, 2024
2 parents bba934d + 3260216 commit 2067bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCGen-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {

dependencies {
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.11.4'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.3'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.4'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.4'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.4'
Expand Down

0 comments on commit 2067bb8

Please sign in to comment.