Skip to content

Commit

Permalink
Merge pull request #565 from Griefed/dependabot-gradle-serverpackcrea…
Browse files Browse the repository at this point in the history
…tor-plugin-example-develop-org.junit.jupiter-junit-jupiter-engine-5.11.1

build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.1 in /serverpackcreator-plugin-example
  • Loading branch information
Griefed authored Oct 1, 2024
2 parents 8c242ed + cda1d5d commit df7158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverpackcreator-plugin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {

// Testing
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
}

tasks.processResources {
Expand Down

0 comments on commit df7158b

Please sign in to comment.