Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.1 to 5.11.2
  • Loading branch information
yuzawa-san authored Oct 17, 2024
2 parents bb05f92 + c8da833 commit 823e5d7
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.1')
implementation platform('org.junit:junit-bom:5.11.2')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation project(':onnx')
Expand Down

0 comments on commit 823e5d7

Please sign in to comment.