Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.4 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 16, 2024
1 parent 5e3c3da commit 8d98ca4
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
@@ -36,7 +36,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.11.0'

// JUnit 5:
def junit_version = "5.11.3"
def junit_version = "5.11.4"
testImplementation(platform("org.junit:junit-bom:$junit_version"))
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
}

0 comments on commit 8d98ca4

Please sign in to comment.