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

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"