From 47d7c5083ce67fab0c3dc974836c0776c79d47bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 22 Apr 2023 16:33:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(pom.xml):=20Java8=20=E4=B9=8B=E5=90=8E=20Ja?= =?UTF-8?q?vaScript=20=E5=BC=95=E6=93=8E=20`nashorn`=20=E8=A2=AB=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=AF=BC=E8=87=B4=E9=AA=8C=E8=AF=81=E7=A0=81=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f208b61..9f909701 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 1.5.3.Final - 2.3.1 + 2.4.0 0.11.5 @@ -44,6 +44,8 @@ 1.6.2 + + 15.4 @@ -176,7 +178,12 @@ ${easy-captcha.version} - + + + org.openjdk.nashorn + nashorn-core + 15.4 +