We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23a573 commit f2905e4Copy full SHA for f2905e4
gradle/libs.versions.toml
@@ -27,8 +27,8 @@ log4j = "2.25.2"
27
28
# plugins
29
spotless="8.0.0"
30
-develocity="4.2.1"
31
-checkerframework="0.6.59"
+develocity="4.2.2"
+checkerframework="0.6.60"
32
taskTree="4.0.1"
33
34
[libraries]
settings.gradle
@@ -1,6 +1,6 @@
1
pluginManagement {
2
plugins {
3
- id "org.checkerframework" version "0.6.59" apply false
+ id "org.checkerframework" version "0.6.60" apply false
4
}
5
repositories {
6
gradlePluginPortal()
@@ -9,7 +9,7 @@ pluginManagement {
9
10
11
12
- id 'com.gradle.develocity' version '4.2.1'
+ id 'com.gradle.develocity' version '4.2.2'
13
14
15
rootProject.name = "hibernate-models-group"
0 commit comments