diff --git a/gradle.properties b/gradle.properties index 83ea13af..504a298f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,11 @@ -version=3.3.0-SNAPSHOT - -checkstyleVersion=8.38 +junitPlatformLauncherVersion=1.7.0 +blockHoundVersion=1.0.4.RELEASE +javaHamcrestVersion=2.0.0.0 pmdVersion=6.30.0 - +springCloudContractVersion=2.2.4.RELEASE springBootVersion=2.4.2 springFrameworkVersion=5.3.3 -springCloudContractVersion=2.2.4.RELEASE -blockHoundVersion=1.0.4.RELEASE - -junitPlatformLauncherVersion=1.7.0 -javaHamcrestVersion=2.0.0.0 +version=3.3.0 beanUtilsVersion=1.9.4 +checkstyleVersion=8.38 equalsVerifierVersion=3.4.1