Skip to content

Commit

Permalink
Merge pull request #3 from 134130/dependabot/gradle/org.junit.jupiter…
Browse files Browse the repository at this point in the history
…-junit-jupiter-5.10.3

Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.3
  • Loading branch information
cooper-oh authored Jul 1, 2024
2 parents e9b6065 + 21f9733 commit cf8a956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
}

// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
Expand Down

0 comments on commit cf8a956

Please sign in to comment.