Skip to content

Commit 06ef34a

Browse files
committed
Upgrade dependencies
``` netty 4.2.0-RC4 > 4.2.0.Final libcommon 3.11.0 > 3.12.0 jackson2 2.18.2 > 2.18.3 junit 5.12.1 > 5.12.2 mockito 5.16.1 > 5.17.0 fastjson2 2.0.56 > 2.0.57 ```
1 parent de23aa5 commit 06ef34a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

buildSrc/src/main/kotlin/libnetty.java-library-conventions.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repositories {
1111

1212
dependencies {
1313
// netty-bom
14-
api(platform("io.netty:netty-bom:4.2.0.RC4"))
14+
api(platform("io.netty:netty-bom:4.2.0.Final"))
1515
// libcommon-bom
16-
api(platform("com.github.fmjsjx:libcommon-bom:3.11.0"))
16+
api(platform("com.github.fmjsjx:libcommon-bom:3.12.0"))
1717
// jackson2-bom
18-
api(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
18+
api(platform("com.fasterxml.jackson:jackson-bom:2.18.3"))
1919
// junit-bom
20-
testImplementation(platform("org.junit:junit-bom:5.12.1"))
20+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
2121
// mockito
22-
testImplementation(platform("org.mockito:mockito-bom:5.16.1"))
22+
testImplementation(platform("org.mockito:mockito-bom:5.17.0"))
2323
// log4j2
2424
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
2525
// kotlin coroutines
@@ -37,7 +37,7 @@ dependencies {
3737
implementation("ch.qos.logback:logback-classic:1.5.18")
3838
implementation("com.jcraft:jzlib:1.1.3")
3939
implementation("org.brotli:dec:0.1.2")
40-
val fastjson2Version = "2.0.56"
40+
val fastjson2Version = "2.0.57"
4141
api("com.alibaba.fastjson2:fastjson2:$fastjson2Version")
4242
api("com.alibaba.fastjson2:fastjson2-kotlin:$fastjson2Version")
4343
implementation("com.github.luben:zstd-jni:1.5.7-2")

0 commit comments

Comments
 (0)