Skip to content

Commit

Permalink
Merge pull request #70 from L1ghtDream/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit:junit-bom to v5.10.0
  • Loading branch information
Voinea-Radu authored Aug 5, 2023
2 parents ab1e11a + 6001972 commit 49228eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation("org.projectlombok:lombok:1.18.28")

// Tests
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")

// Hibernate
Expand Down

0 comments on commit 49228eb

Please sign in to comment.