Skip to content

Commit 5454e98

Browse files
authored
Merge pull request #197 from HigherState/update-common-lang
updated common-text to use latest version (Crit Vuln resolution)
2 parents 0544bb7 + ff5d465 commit 5454e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildSearchableOptions.enabled = false
1111
dependencies {
1212
implementation project(":envfile-core")
1313
implementation 'org.jetbrains:annotations:23.0.0'
14-
implementation 'org.apache.commons:commons-text:1.9'
14+
implementation 'org.apache.commons:commons-text:1.10.0'
1515

1616
compileOnly 'org.projectlombok:lombok:1.18.24'
1717
annotationProcessor 'org.projectlombok:lombok:1.18.24'

0 commit comments

Comments
 (0)