Skip to content

Commit

Permalink
Junit5 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
SampathKumarAmex committed Dec 29, 2021
1 parent 449f7c3 commit c11bcf2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 c11bcf2

Please sign in to comment.