Skip to content

Commit

Permalink
Merge pull request #771 from SampathKumarAmex/junit5-upgrade
Browse files Browse the repository at this point in the history
JUnit 5 upgrade to latest version
  • Loading branch information
Raibaz committed Dec 30, 2021
2 parents 449f7c3 + c11bcf2 commit b36c2d3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,8 +12,8 @@ object Deps {
const val coroutines = "1.3.3"
const val slfj = "1.7.32"
const val logback = "1.2.9"
const val junitJupiter = "5.6.2"
const val junitVintage = "5.6.2"
const val junitJupiter = "5.8.2"
const val junitVintage = "5.8.2"
}

object Libs {
Expand Down

0 comments on commit b36c2d3

Please sign in to comment.