From eb965faacf72830e5038b1adcdcd2a340fe73b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sun, 15 Sep 2024 10:09:02 +0100 Subject: [PATCH] Update commons-lang3 to 3.17.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 812b2ac09..e2104bfb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -238,7 +238,7 @@ dependencies { // use pristine greendao instead of our custom version, since our custom jitpack-packaged // version contains way too much and our custom patches are in the generator only. implementation "org.greenrobot:greendao:2.2.1" - implementation "org.apache.commons:commons-lang3:3.16.0" + implementation "org.apache.commons:commons-lang3:3.17.0" implementation "org.cyanogenmod:platform.sdk:6.0" implementation 'com.jaredrummler:colorpicker:1.1.0' implementation 'com.github.wax911.android-emojify:contract:1.9.3'