Merge pull request #2347 from gedoor/dependabot/gradle/app/org.apache.commons-commons-text-1.10.0

Bump commons-text from 1.9 to 1.10.0 in /app
This commit is contained in:
kunfei 2022-09-29 17:10:34 +08:00 committed by GitHub
commit b753e71173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,7 @@ dependencies {
implementation('com.jaredrummler:colorpicker:1.1.0')
//apache
implementation('org.apache.commons:commons-text:1.9')
implementation('org.apache.commons:commons-text:1.10.0')
//MarkDown
def markwonVersion = "4.6.2"