Skip to content

Commit

Permalink
Merge pull request #592 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.3

build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.3 in /serverpackcreator-plugin-example
  • Loading branch information
Griefed authored Nov 5, 2024
2 parents 3963f21 + 6cc3c6d commit 3a58255
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.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
}

tasks.processResources {
Expand Down

0 comments on commit 3a58255

Please sign in to comment.