File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ junit5 = "5.11.0"
25
25
log4j = " 2.17.1"
26
26
27
27
# plugins
28
- spotless =" 6.25.0 "
29
- develocity =" 3.17.4 "
30
- checkerframework =" 0.6.34 "
31
- taskTree =" 4.0.0 "
28
+ spotless =" 7.2.1 "
29
+ develocity =" 4.1.1 "
30
+ checkerframework =" 0.6.59 "
31
+ taskTree =" 4.0.1 "
32
32
33
33
[libraries ]
34
34
# libs
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
- id " org.checkerframework" version " 0.6.34 " apply false
3
+ id " org.checkerframework" version " 0.6.59 " apply false
4
4
}
5
5
repositories {
6
6
gradlePluginPortal()
@@ -9,7 +9,7 @@ pluginManagement {
9
9
}
10
10
11
11
plugins {
12
- id ' com.gradle.develocity' version ' 3.17.4 '
12
+ id ' com.gradle.develocity' version ' 4.1.1 '
13
13
}
14
14
15
15
rootProject. name = " hibernate-models-group"
You can’t perform that action at this time.
0 commit comments