Skip to content

Commit e113f6f

Browse files
committed
build: update version
1 parent 8f8889a commit e113f6f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

gradle.properties

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archunitVersion=0.22.0
22
arthasSpringBootVersion=3.5.2
33
charonVersion=4.10.0
4-
classgraphVersion=4.8.115
4+
classgraphVersion=4.8.129
55
commonsCollections4Version=4.4
66
commonsIoVersion=2.10.0
77
commonsLang3Version=3.12.0
@@ -12,7 +12,7 @@ easyexcelVersion=2.2.10
1212
eclipseCollectionsVersion=11.0.0.M2
1313
ehcacheVersion=3.9.4
1414
elasticjobVersion=3.0.0
15-
ebeanVersion=12.11.1
15+
ebeanVersion=12.12.3
1616
ebeanDdlRunnerVersion=1.0
1717
ebeanMigrationAutoVersion=1.1
1818
ebeanMigrationVersion=12.11.0
@@ -22,13 +22,13 @@ ebeanMavenPluginVersion=12.11.0
2222
ebeanTestDockerVersion=4.1
2323
groovyVersion=3.0.8
2424
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
2727
jacksonDatatypesCollectionsVersion=2.12.3
2828
#jacksonVersion=2.12.2
2929
jetbrainsAnnotationsVersion=21.0.1
3030
joddUtilVersion=6.0.1
31-
jooqVersion=3.14.12
31+
jooqVersion=3.14.15
3232
jacksonVersion=2.12.3
3333
jsr305Version=3.0.2
3434
kotlinVersion=1.5.10
@@ -50,9 +50,9 @@ spockVersion=2.0-groovy-3.0
5050
springBootAdminVersion=2.4.3
5151
springBootOpenfeignVersion=1.2.0
5252
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
5656
vavrVersion=0.10.4
5757
vavrJacksonVersion=0.10.3
5858
zonkyVersion=1.3.1

snippets-ebean/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("snippets-conventions")
3-
id("io.ebean") version "12.11.2"
3+
id("io.ebean") version "12.12.3"
44
}
55

66
val ebeanVersion: String by project

snippets-platform/build.gradle.kts

+1
Original file line numberDiff line numberDiff 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"]}")

0 commit comments

Comments
 (0)