mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
chore: upgrade deps
This commit is contained in:
+13
-13
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
asm = "9.8"
|
||||
asm = "9.9"
|
||||
jna = "5.13.0" # 为适配 JDK6+ 这个不可修改
|
||||
bcel = "5.2"
|
||||
javax-servlet-api = "3.0.1"
|
||||
@@ -10,21 +10,21 @@ reactor-netty = "1.1.25"
|
||||
jackson = "2.19.0"
|
||||
jetbrains-annotations = "26.0.2"
|
||||
|
||||
byte-buddy = "1.17.7"
|
||||
commons-io = "2.20.0"
|
||||
commons-lang3 = "3.18.0"
|
||||
commons-codec = "1.19.0"
|
||||
logback = "1.5.18"
|
||||
okhttp3 = "5.1.0"
|
||||
fastjson2 = "2.0.58"
|
||||
byte-buddy = "1.18.1"
|
||||
commons-io = "2.21.0"
|
||||
commons-lang3 = "3.19.0"
|
||||
commons-codec = "1.20.0"
|
||||
logback = "1.5.21"
|
||||
okhttp3 = "5.3.0"
|
||||
fastjson2 = "2.0.60"
|
||||
java-websocket = "1.6.0"
|
||||
|
||||
mockito = "5.19.0"
|
||||
mockito = "5.20.0"
|
||||
hamcrest = "3.0"
|
||||
junit-jupiter = "5.13.4"
|
||||
junit-jupiter = "5.14.1"
|
||||
junit-pioneer = "2.3.0"
|
||||
junit-platform = "1.13.4"
|
||||
testcontainers = "1.21.3"
|
||||
junit-platform = "1.14.1"
|
||||
testcontainers = "2.0.2"
|
||||
|
||||
[libraries]
|
||||
byte-buddy = { module = "net.bytebuddy:byte-buddy", version.ref = "byte-buddy" }
|
||||
@@ -54,7 +54,7 @@ junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "jun
|
||||
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
|
||||
junit-platform-reporting = { module = "org.junit.platform:junit-platform-reporting", version.ref = "junit-platform" }
|
||||
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
|
||||
testcontainers-junit-jupiter = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
|
||||
testcontainers-junit-jupiter = { module = "org.testcontainers:testcontainers-junit-jupiter", version.ref = "testcontainers" }
|
||||
|
||||
[bundles]
|
||||
jna = ["jna", "jna-platform"]
|
||||
|
||||
Reference in New Issue
Block a user