Skip to content

Commit

Permalink
fix(deps): update dependencies org.junit:junit-bom from v5.11.3 to v5…
Browse files Browse the repository at this point in the history
….11.4
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 1bbba8b commit d796848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.16'

/* Testing */
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
Expand Down

0 comments on commit d796848

Please sign in to comment.