Skip to content

Commit

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

Bump org.junit:junit-bom from 5.10.0 to 5.10.1
  • Loading branch information
yuzawa-san authored Nov 21, 2023
2 parents 2fb7316 + 22a6f53 commit 0b04eef
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 @@ -334,7 +334,7 @@ signing {
}

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

0 comments on commit 0b04eef

Please sign in to comment.