From a11b41d403c8e944d0950f0244202b5e4f6ca80e Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 30 Mar 2026 21:55:35 +0800 Subject: [PATCH] chore: upgrade deps --- gradle/libs.versions.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7ae26478..55a5707a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,21 +12,21 @@ reactor-netty = "1.1.25" jackson = "2.19.0" jetbrains-annotations = "26.0.2" -byte-buddy = "1.18.4" -commons-io = "2.21.0" -commons-lang3 = "3.20.0" -commons-codec = "1.20.0" -logback = "1.5.24" -okhttp3 = "5.3.2" -fastjson2 = "2.0.60" -java-websocket = "1.6.0" +byte-buddy = "1.18.5" # https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy +commons-io = "2.21.0" # https://mvnrepository.com/artifact/commons-io/commons-io +commons-lang3 = "3.20.0" # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 +commons-codec = "1.21.0" # https://mvnrepository.com/artifact/commons-codec/commons-codec +logback = "1.5.32" # https://mvnrepository.com/artifact/ch.qos.logback/logback-classic +okhttp3 = "5.3.2" # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp +fastjson2 = "2.0.61" # https://mvnrepository.com/artifact/com.alibaba.fastjson2/fastjson2 +java-websocket = "1.6.0" # https://mvnrepository.com/artifact/org.java-websocket/Java-WebSocket -mockito = "5.20.0" +mockito = "5.21.0" hamcrest = "3.0" -junit-jupiter = "5.14.2" +junit-jupiter = "5.14.3" # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter junit-pioneer = "2.3.0" -junit-platform = "1.14.2" -testcontainers = "2.0.3" +junit-platform = "1.14.3" # https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher +testcontainers = "2.0.3" # https://mvnrepository.com/artifact/org.testcontainers/testcontainers [libraries] byte-buddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byte-buddy" }