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