File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11archunitVersion =0.22.0
22arthasSpringBootVersion =3.5.2
33charonVersion =4.10.0
4- classgraphVersion =4.8.115
4+ classgraphVersion =4.8.129
55commonsCollections4Version =4.4
66commonsIoVersion =2.10.0
77commonsLang3Version =3.12.0
@@ -12,7 +12,7 @@ easyexcelVersion=2.2.10
1212eclipseCollectionsVersion =11.0.0.M2
1313ehcacheVersion =3.9.4
1414elasticjobVersion =3.0.0
15- ebeanVersion =12.11.1
15+ ebeanVersion =12.12.3
1616ebeanDdlRunnerVersion =1.0
1717ebeanMigrationAutoVersion =1.1
1818ebeanMigrationVersion =12.11.0
@@ -22,13 +22,13 @@ ebeanMavenPluginVersion=12.11.0
2222ebeanTestDockerVersion =4.1
2323groovyVersion =3.0.8
2424guavaVersion =30.1.1-jre
25- handlebarsVersion =4.2 .0
26- hutoolVersion =5.7.6
25+ handlebarsVersion =4.3 .0
26+ hutoolVersion =5.7.15
2727jacksonDatatypesCollectionsVersion =2.12.3
2828# jacksonVersion=2.12.2
2929jetbrainsAnnotationsVersion =21.0.1
3030joddUtilVersion =6.0.1
31- jooqVersion =3.14.12
31+ jooqVersion =3.14.15
3232jacksonVersion =2.12.3
3333jsr305Version =3.0.2
3434kotlinVersion =1.5.10
@@ -50,9 +50,9 @@ spockVersion=2.0-groovy-3.0
5050springBootAdminVersion =2.4.3
5151springBootOpenfeignVersion =1.2.0
5252springBootVersion =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
5656vavrVersion =0.10.4
5757vavrJacksonVersion =0.10.3
5858zonkyVersion =1.3.1
Original file line number Diff line number Diff line change 11plugins {
22 id(" snippets-conventions" )
3- id(" io.ebean" ) version " 12.11.2 "
3+ id(" io.ebean" ) version " 12.12.3 "
44}
55
66val ebeanVersion: String by project
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies {
3131 api(" org.apache.commons:commons-lang3:${p[" commonsLang3Version" ]} " )
3232 api(" com.esotericsoftware:reflectasm:${p[" reflectasmVersion" ]} " )
3333
34+ api(" cn.hutool:hutool-all:${p[" hutoolVersion" ]} " )
3435 api(" cn.hutool:hutool-core:${p[" hutoolVersion" ]} " )
3536 api(" cn.hutool:hutool-aop:${p[" hutoolVersion" ]} " )
3637 api(" cn.hutool:hutool-bloomFilter:${p[" hutoolVersion" ]} " )
You can’t perform that action at this time.
0 commit comments