Skip to content

Commit

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

Bump org.junit.platform:junit-platform-runner from 1.11.3 to 1.11.4 in /PCGen-base
  • Loading branch information
karianna authored Dec 19, 2024
2 parents 5cd2828 + 04a1917 commit ffc0793
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 @@ -37,7 +37,7 @@ repositories {
}

dependencies {
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.11.3'
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.jupiter', name: 'junit-jupiter-api', version: '5.11.4'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.3'
Expand Down

0 comments on commit ffc0793

Please sign in to comment.