From 84ed98a268e87f22a464904b032a7696eac46822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Sun, 18 Apr 2021 12:14:52 +0800 Subject: [PATCH] :arrow_up: Upgrading dependencies. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8b45fd5..74f7ce1 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { compile "net.dreamlu:mica-http:${micaVersion}" compile "com.github.yangtu222:BeanUtils:1.0.11" compile "cn.hutool:hutool-core:5.6.3" - compile "org.apache.commons:commons-lang3.12.0" + compile "org.apache.commons:commons-lang:3.12.0" compile "org.openjdk.jmh:jmh-core:${jmhVersion}" compile "org.mapstruct:mapstruct:1.4.2.Final" compile "fr.xebia.extras:selma:1.0"