diff --git a/gradle.properties b/gradle.properties index 8bbcba21a037..c1f5d184ea40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.0 +version = 5.10.1-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.0 +platformVersion = 1.10.1-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.10.0 +vintageVersion = 5.10.1-SNAPSHOT defaultBuiltBy = JUnit Team