Skip to content

Commit 5556e2d

Browse files
authored
control-service: CVE fix - upgrade commons-text (#1255)
Security patch for #1250
1 parent 2cb711f commit 5556e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/control-service/projects/versions-of-external-dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ project.ext {
4141
'org.awaitility:awaitility' : 'org.awaitility:awaitility:4.1.0',
4242
'org.tuckey:urlrewritefilter' : 'org.tuckey:urlrewritefilter:4.0.4',
4343
'org.apache.commons:commons-lang3' : 'org.apache.commons:commons-lang3:3.12.0',
44-
'org.apache.commons:commons-text' : 'org.apache.commons:commons-text:1.9',
44+
'org.apache.commons:commons-text' : 'org.apache.commons:commons-text:1.10.0',
4545
'com.github.tomakehurst:wiremock' : 'com.github.tomakehurst:wiremock:2.27.2',
4646
'com.graphql-java:graphql-java-extended-scalars' : 'com.graphql-java:graphql-java-extended-scalars:15.0.0',
4747
'org.springframework.retry:spring-retry' : 'org.springframework.retry:spring-retry:1.3.1',

0 commit comments

Comments
 (0)