Skip to content

Commit

Permalink
Merge pull request #243 from yuzawa-san/dependabot/gradle/org.junit-j…
Browse files Browse the repository at this point in the history
…unit-bom-5.11.1

Bump org.junit:junit-bom from 5.11.0 to 5.11.1
  • Loading branch information
yuzawa-san authored Oct 2, 2024
2 parents 40307f8 + d68d621 commit 6d50ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ signing {
}

dependencies {
implementation platform('org.junit:junit-bom:5.11.0')
implementation platform('org.junit:junit-bom:5.11.1')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation project(':onnx')
Expand Down

0 comments on commit 6d50ab5

Please sign in to comment.