File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ repositories {
11
11
12
12
dependencies {
13
13
// netty-bom
14
- api(platform(" io.netty:netty-bom:4.2.0.RC4 " ))
14
+ api(platform(" io.netty:netty-bom:4.2.0.Final " ))
15
15
// libcommon-bom
16
- api(platform(" com.github.fmjsjx:libcommon-bom:3.11 .0" ))
16
+ api(platform(" com.github.fmjsjx:libcommon-bom:3.12 .0" ))
17
17
// jackson2-bom
18
- api(platform(" com.fasterxml.jackson:jackson-bom:2.18.2 " ))
18
+ api(platform(" com.fasterxml.jackson:jackson-bom:2.18.3 " ))
19
19
// junit-bom
20
- testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
20
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
21
21
// mockito
22
- testImplementation(platform(" org.mockito:mockito-bom:5.16.1 " ))
22
+ testImplementation(platform(" org.mockito:mockito-bom:5.17.0 " ))
23
23
// log4j2
24
24
implementation(platform(" org.apache.logging.log4j:log4j-bom:2.24.3" ))
25
25
// kotlin coroutines
@@ -37,7 +37,7 @@ dependencies {
37
37
implementation(" ch.qos.logback:logback-classic:1.5.18" )
38
38
implementation(" com.jcraft:jzlib:1.1.3" )
39
39
implementation(" org.brotli:dec:0.1.2" )
40
- val fastjson2Version = " 2.0.56 "
40
+ val fastjson2Version = " 2.0.57 "
41
41
api(" com.alibaba.fastjson2:fastjson2:$fastjson2Version " )
42
42
api(" com.alibaba.fastjson2:fastjson2-kotlin:$fastjson2Version " )
43
43
implementation(" com.github.luben:zstd-jni:1.5.7-2" )
You can’t perform that action at this time.
0 commit comments