Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent 4af84cf commit 18d0e2e
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 @@ -36,7 +36,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.11.0'

// JUnit 5:
def junit_version = "5.10.3"
def junit_version = "5.11.0"
testImplementation(platform("org.junit:junit-bom:$junit_version"))
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
}
Expand Down

0 comments on commit 18d0e2e

Please sign in to comment.