CVE-2025-48924 보안취약점 보완

main
semin.baek 5 months ago
parent fd7f589182
commit 47ebe27d8c

@ -64,7 +64,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.12.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.2'

Loading…
Cancel
Save