Skip to content

Commit

Permalink
fix(deps): update dependency org.junit-pioneer:junit-pioneer to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 63addb0 commit 7cb9ea4
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 @@ -38,7 +38,7 @@ object TestLibs {

const val junit5 = "5.10.2"
// const val pioneer = "2.2.0" // java > 11
const val pioneer = "1.9.1" // java 8
const val pioneer = "2.2.0" // java 8
const val testContainer = "1.19.7"
}

Expand Down

0 comments on commit 7cb9ea4

Please sign in to comment.