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
pull/2303/head
kunfei 2 years ago committed by GitHub
commit b753e71173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

@ -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"

Loading…
Cancel
Save