diff --git a/gradle.properties b/gradle.properties index e3b018754d5f..d2f867e14ffd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.6.0 +version = 5.6.1-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.6.0 +platformVersion = 1.6.1-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.6.0 +vintageVersion = 5.6.1-SNAPSHOT defaultBuiltBy = JUnit Team releaseBranch = master