diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b0eab8f..eb06723 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,8 +27,8 @@ log4j = "2.25.2" # plugins spotless="8.0.0" -develocity="4.2.1" -checkerframework="0.6.59" +develocity="4.2.2" +checkerframework="0.6.60" taskTree="4.0.1" [libraries] diff --git a/settings.gradle b/settings.gradle index d977c35..568452b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ pluginManagement { plugins { - id "org.checkerframework" version "0.6.59" apply false + id "org.checkerframework" version "0.6.60" apply false } repositories { gradlePluginPortal() @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id 'com.gradle.develocity' version '4.2.1' + id 'com.gradle.develocity' version '4.2.2' } rootProject.name = "hibernate-models-group"