diff --git a/gradle.properties b/gradle.properties index 1521b53da109..9ac34ebe2b90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.1 +version = 5.10.2-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.1 +platformVersion = 1.10.2-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.10.1 +vintageVersion = 5.10.2-SNAPSHOT defaultBuiltBy = JUnit Team