From 47ebe27d8cdf3a9a95816656a384332d3ef5655b Mon Sep 17 00:00:00 2001 From: "semin.baek" Date: Mon, 11 Aug 2025 09:14:12 +0900 Subject: [PATCH] =?UTF-8?q?CVE-2025-48924=20=EB=B3=B4=EC=95=88=EC=B7=A8?= =?UTF-8?q?=EC=95=BD=EC=A0=90=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d13ddfd..9299bc7 100644 --- a/build.gradle +++ b/build.gradle @@ -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'