Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.3 to 5.11.4
  • Loading branch information
yuzawa-san authored Jan 3, 2025
2 parents f934da2 + 386cd61 commit 82d6587
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.3')
implementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation project(':onnx')
Expand Down

0 comments on commit 82d6587

Please sign in to comment.