Skip to content

Commit

Permalink
Merge pull request #427 from PCGen/dependabot/gradle/PCGen-base/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-params-5.11.3

Bump org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3 in /PCGen-base
  • Loading branch information
karianna authored Oct 22, 2024
2 parents 625ed6b + 3c67fc9 commit 33ec7b1
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 @@ -40,7 +40,7 @@ dependencies {
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.11.3'
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.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.3'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
}

Expand Down

0 comments on commit 33ec7b1

Please sign in to comment.