Skip to content

Commit

Permalink
Merge pull request #512 from PCGen/dependabot/gradle/PCGen-Formula/or…
Browse files Browse the repository at this point in the history
…g.junit.platform-junit-platform-runner-1.11.3

Bump org.junit.platform:junit-platform-runner from 1.11.2 to 1.11.3 in /PCGen-Formula
  • Loading branch information
karianna authored Oct 22, 2024
2 parents 4410740 + e57f9b8 commit 9e6895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCGen-Formula/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
//compile files("../../pcgen-base/PCGen-base/build/libs/PCgen-base-1.0.jar")

implementation group: 'net.sourceforge.pcgen', name: 'PCGen-base', version:'1.0.220'
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.11.2'
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.3'
Expand Down

0 comments on commit 9e6895f

Please sign in to comment.