Skip to content

Commit 558e386

Browse files
committed
chore: upgrade dep
1 parent f9c1ac9 commit 558e386

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

memshell-agent/memshell-agent-asm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java {
1919
}
2020

2121
dependencies {
22-
implementation 'org.ow2.asm:asm-commons:9.7.1'
22+
implementation 'org.ow2.asm:asm-commons:9.8'
2323
}
2424

2525
jar {

memshell-party-bom/build.gradle

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ version = rootProject.version
99
dependencies {
1010
constraints {
1111
api 'net.bytebuddy:byte-buddy:1.17.5'
12-
api 'org.ow2.asm:asm-commons:9.7.1'
12+
api 'org.ow2.asm:asm-commons:9.8'
1313

14+
// JDK6 版本依赖
1415
api 'net.java.dev.jna:jna:5.13.0'
1516
api 'net.java.dev.jna:jna-platform:5.13.0'
1617

@@ -22,25 +23,25 @@ dependencies {
2223
api 'org.springframework:spring-webflux:5.3.24'
2324
api 'io.projectreactor.netty:reactor-netty-core:1.1.25'
2425

25-
api 'commons-io:commons-io:2.18.0'
26+
api 'commons-io:commons-io:2.19.0'
2627
api 'org.apache.commons:commons-lang3:3.17.0'
2728
api 'commons-codec:commons-codec:1.18.0'
2829
api 'ch.qos.logback:logback-classic:1.5.18'
2930

3031
api 'org.apache.bcel:bcel:5.2'
3132

32-
api 'org.java-websocket:Java-WebSocket:1.5.7'
33+
api 'org.java-websocket:Java-WebSocket:1.6.0'
3334
api 'com.squareup.okhttp3:okhttp:4.12.0'
34-
api 'com.alibaba.fastjson2:fastjson2:2.0.53'
35-
api 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
35+
api 'com.alibaba.fastjson2:fastjson2:2.0.57'
36+
api 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
3637

37-
api 'org.jetbrains:annotations:26.0.1'
38+
api 'org.jetbrains:annotations:26.0.2'
3839

39-
api 'org.mockito:mockito-core:5.15.2'
40-
api 'org.mockito:mockito-junit-jupiter:5.15.2'
40+
api 'org.mockito:mockito-core:5.18.0'
41+
api 'org.mockito:mockito-junit-jupiter:5.18.0'
4142
api 'org.hamcrest:hamcrest:3.0'
42-
api 'org.junit:junit-bom:5.11.4'
43-
api 'org.testcontainers:testcontainers:1.20.5'
44-
api 'org.testcontainers:junit-jupiter:1.20.5'
43+
api 'org.junit:junit-bom:5.12.2'
44+
api 'org.testcontainers:testcontainers:1.21.0'
45+
api 'org.testcontainers:junit-jupiter:1.21.0'
4546
}
4647
}

vul/vul-springboot2-jetty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation('org.springframework.boot:spring-boot-starter-web') {
1818
exclude module: "spring-boot-starter-tomcat"
1919
}
20-
implementation 'commons-io:commons-io:2.+'
20+
implementation 'commons-io:commons-io:2.19.0'
2121
implementation 'net.bytebuddy:byte-buddy:1.10.10'
2222
implementation 'org.springframework.boot:spring-boot-starter-jetty'
2323
testImplementation 'org.springframework.boot:spring-boot-starter-test'

vul/vul-springboot2-undertow/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation('org.springframework.boot:spring-boot-starter-web') {
1818
exclude module: "spring-boot-starter-tomcat"
1919
}
20-
implementation 'commons-io:commons-io:2.+'
20+
implementation 'commons-io:commons-io:2.19.0'
2121
implementation 'net.bytebuddy:byte-buddy:1.10.10'
2222
implementation 'org.springframework.boot:spring-boot-starter-undertow'
2323
testImplementation 'org.springframework.boot:spring-boot-starter-test'

vul/vul-springboot2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
1717
implementation 'org.springframework.boot:spring-boot-starter-web'
18-
implementation 'commons-io:commons-io:2.+'
18+
implementation 'commons-io:commons-io:2.19.0'
1919
implementation 'net.bytebuddy:byte-buddy:1.10.10'
2020
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
2121
testImplementation 'org.springframework.boot:spring-boot-starter-test'

vul/vul-webapp-expression/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'commons-beanutils:commons-beanutils:1.9.3'
1616
implementation 'de.odysseus.juel:juel-impl:2.2.7'
1717
implementation 'org.freemarker:freemarker:2.3.23'
18-
implementation 'commons-io:commons-io:2.+'
18+
implementation 'commons-io:commons-io:2.19.0'
1919
implementation 'org.apache.velocity:velocity:1.7'
2020
implementation 'ognl:ognl:2.7.3'
2121
implementation 'org.mvel:mvel2:2.4.7.Final'

0 commit comments

Comments
 (0)