Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.1 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent d0685ba commit 7359120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "DartPoet"
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("junit", "5.10.0")
version("junit", "5.10.1")
library("google.truth", "com.google.truth", "truth").version("1.1.5")
library("junit.api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
library("junit.engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
Expand Down

0 comments on commit 7359120

Please sign in to comment.