Skip to content

Commit

Permalink
Merge pull request #2 from super7ramp/dependabot/gradle/org.junit-jun…
Browse files Browse the repository at this point in the history
…it-bom-5.11.2

Bump org.junit:junit-bom from 5.11.1 to 5.11.2
  • Loading branch information
super7ramp authored Oct 7, 2024
2 parents a4f07ca + 331cae5 commit d70e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation("org.ow2.sat4j:org.ow2.sat4j.core:2.3.6")
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
}

Expand Down

0 comments on commit d70e12a

Please sign in to comment.