Skip to content

Commit

Permalink
Merge pull request #125 from zero88/renovate/testlibs.version.pioneer
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.junit-pioneer:junit-pioneer to v2.2.0
  • Loading branch information
zero88 authored Mar 20, 2024
2 parents 17a174a + cb0d65a commit 427dc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object TestLibs {
object Version {

const val junit5 = "5.10.2"
const val pioneer = "2.1.0"
const val pioneer = "2.2.0"
}

const val junit5Api = "org.junit.jupiter:junit-jupiter-api:${Version.junit5}"
Expand Down

0 comments on commit 427dc7f

Please sign in to comment.