From ba8328ee9b8c9cbe3e2c56d9b2b21020a6a9d4e9 Mon Sep 17 00:00:00 2001 From: hen715 Date: Mon, 15 Apr 2024 20:00:24 +0900 Subject: [PATCH] =?UTF-8?q?[Refactor]=20=EC=85=80=EB=A0=88=EB=8B=88?= =?UTF-8?q?=EC=9B=80=20=EB=B2=84=EC=A0=BC=20=EC=97=85=EA=B7=B8=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EB=93=9C?= 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 747f0ac..48f519d 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-mail' implementation 'org.jsoup:jsoup:1.15.3' - implementation 'org.seleniumhq.selenium:selenium-java:4.1.2' + implementation 'org.seleniumhq.selenium:selenium-java:4.18.1' implementation 'org.apache.commons:commons-dbcp2:2.9.0' implementation 'com.oracle.database.jdbc:ojdbc11'