11[versions ]
2- asm = " 9.9.1 "
2+ asm = " 9.10 " # https://mvnrepository.com/artifact/org.ow2.asm/asm
33jna = " 5.13.0" # 为适配 JDK6+ 这个不可修改
44bcel = " 5.2"
55javax-servlet-api = " 3.0.1"
@@ -15,21 +15,21 @@ alibaba-dubbo = "2.6.12"
1515apache-dubbo = " 2.7.6"
1616tomcat = " 8.5.85"
1717
18- byte-buddy = " 1.18.5 " # https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy
19- commons-io = " 2.21 .0" # https://mvnrepository.com/artifact/commons-io/commons-io
18+ byte-buddy = " 1.18.8 " # https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy
19+ commons-io = " 2.22 .0" # https://mvnrepository.com/artifact/commons-io/commons-io
2020commons-lang3 = " 3.20.0" # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
21- commons-codec = " 1.21 .0" # https://mvnrepository.com/artifact/commons-codec/commons-codec
21+ commons-codec = " 1.22 .0" # https://mvnrepository.com/artifact/commons-codec/commons-codec
2222logback = " 1.5.32" # https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
2323okhttp3 = " 5.3.2" # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
24- fastjson2 = " 2.0.61 " # https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2
24+ fastjson2 = " 2.0.62 " # https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2
2525java-websocket = " 1.6.0" # https://mvnrepository.com/artifact/org.java-websocket/Java-WebSocket
2626
2727mockito = " 5.21.0"
2828hamcrest = " 3.0"
29- junit-jupiter = " 5.14.3 " # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
29+ junit-jupiter = " 5.14.4 " # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
3030junit-pioneer = " 2.3.0"
31- junit-platform = " 1.14.3 " # https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
32- testcontainers = " 2.0.4 " # https://mvnrepository.com/artifact/org.testcontainers/testcontainers
31+ junit-platform = " 1.14.4 " # https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
32+ testcontainers = " 2.0.5 " # https://mvnrepository.com/artifact/org.testcontainers/testcontainers
3333
3434[libraries ]
3535alibaba-dubbo = { module = " com.alibaba:dubbo" , version.ref = " alibaba-dubbo" }
@@ -74,5 +74,5 @@ mockito = ["mockito-core", "mockito-junit-jupiter"]
7474testcontainers = [" testcontainers" , " testcontainers-junit-jupiter" ]
7575
7676[plugins ]
77- lombok = { id = " io.freefair.lombok" , version = " 9.2 .0" }
78- shadow = { id = " com.gradleup.shadow" , version = " 9.3 .1" }
77+ lombok = { id = " io.freefair.lombok" , version = " 9.5 .0" } # https://plugins.gradle.org/plugin/io.freefair.lombok
78+ shadow = { id = " com.gradleup.shadow" , version = " 9.4 .1" } # https://plugins.gradle.org/plugin/com.gradleup.shadow
0 commit comments