diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 60f84a1..6aacd8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,8 +26,8 @@ junitPlatform5= "1.13.4" log4j = "2.25.1" # plugins -spotless="7.2.1" -develocity="4.1.1" +spotless="8.0.0" +develocity="4.2" checkerframework="0.6.59" taskTree="4.0.1" diff --git a/settings.gradle b/settings.gradle index 82c3512..4bb9c84 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '4.1.1' + id 'com.gradle.develocity' version '4.2' } rootProject.name = "hibernate-models-group"