File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
archunitVersion =0.22.0
2
2
arthasSpringBootVersion =3.5.2
3
3
charonVersion =4.10.0
4
- classgraphVersion =4.8.115
4
+ classgraphVersion =4.8.129
5
5
commonsCollections4Version =4.4
6
6
commonsIoVersion =2.10.0
7
7
commonsLang3Version =3.12.0
@@ -12,7 +12,7 @@ easyexcelVersion=2.2.10
12
12
eclipseCollectionsVersion =11.0.0.M2
13
13
ehcacheVersion =3.9.4
14
14
elasticjobVersion =3.0.0
15
- ebeanVersion =12.11.1
15
+ ebeanVersion =12.12.3
16
16
ebeanDdlRunnerVersion =1.0
17
17
ebeanMigrationAutoVersion =1.1
18
18
ebeanMigrationVersion =12.11.0
@@ -22,13 +22,13 @@ ebeanMavenPluginVersion=12.11.0
22
22
ebeanTestDockerVersion =4.1
23
23
groovyVersion =3.0.8
24
24
guavaVersion =30.1.1-jre
25
- handlebarsVersion =4.2 .0
26
- hutoolVersion =5.7.6
25
+ handlebarsVersion =4.3 .0
26
+ hutoolVersion =5.7.15
27
27
jacksonDatatypesCollectionsVersion =2.12.3
28
28
# jacksonVersion=2.12.2
29
29
jetbrainsAnnotationsVersion =21.0.1
30
30
joddUtilVersion =6.0.1
31
- jooqVersion =3.14.12
31
+ jooqVersion =3.14.15
32
32
jacksonVersion =2.12.3
33
33
jsr305Version =3.0.2
34
34
kotlinVersion =1.5.10
@@ -50,9 +50,9 @@ spockVersion=2.0-groovy-3.0
50
50
springBootAdminVersion =2.4.3
51
51
springBootOpenfeignVersion =1.2.0
52
52
springBootVersion =2.5.6
53
- springdocVersion =1.5.10
54
- tlogVersion =1.3.1
55
- testcontainersVersion =1.16.0
53
+ springdocVersion =1.5.12
54
+ tlogVersion =1.3.3
55
+ testcontainersVersion =1.16.2
56
56
vavrVersion =0.10.4
57
57
vavrJacksonVersion =0.10.3
58
58
zonkyVersion =1.3.1
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" snippets-conventions" )
3
- id(" io.ebean" ) version " 12.11.2 "
3
+ id(" io.ebean" ) version " 12.12.3 "
4
4
}
5
5
6
6
val ebeanVersion: String by project
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies {
31
31
api(" org.apache.commons:commons-lang3:${p[" commonsLang3Version" ]} " )
32
32
api(" com.esotericsoftware:reflectasm:${p[" reflectasmVersion" ]} " )
33
33
34
+ api(" cn.hutool:hutool-all:${p[" hutoolVersion" ]} " )
34
35
api(" cn.hutool:hutool-core:${p[" hutoolVersion" ]} " )
35
36
api(" cn.hutool:hutool-aop:${p[" hutoolVersion" ]} " )
36
37
api(" cn.hutool:hutool-bloomFilter:${p[" hutoolVersion" ]} " )
You can’t perform that action at this time.
0 commit comments