Skip to content

Commit

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

Bump org.junit:junit-bom from 5.10.2 to 5.10.3
  • Loading branch information
yuzawa-san authored Jul 28, 2024
2 parents fe225b1 + dffc86f commit 520ad96
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.10.2')
implementation platform('org.junit:junit-bom:5.10.3')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation project(':onnx')
Expand Down

0 comments on commit 520ad96

Please sign in to comment.