diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 63b70b4..1a7b28c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ log4j = "2.25.2" # plugins spotless="8.0.0" -develocity="4.2" +develocity="4.2.1" checkerframework="0.6.59" taskTree="4.0.1" diff --git a/settings.gradle b/settings.gradle index 4bb9c84..d977c35 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '4.2' + id 'com.gradle.develocity' version '4.2.1' } rootProject.name = "hibernate-models-group"