Skip to content

Commit

Permalink
control-service: CVE fix - upgrade commons-text (#1255)
Browse files Browse the repository at this point in the history
Security patch for #1250
  • Loading branch information
antoniivanov authored Oct 23, 2022
1 parent 2cb711f commit 5556e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ project.ext {
'org.awaitility:awaitility' : 'org.awaitility:awaitility:4.1.0',
'org.tuckey:urlrewritefilter' : 'org.tuckey:urlrewritefilter:4.0.4',
'org.apache.commons:commons-lang3' : 'org.apache.commons:commons-lang3:3.12.0',
'org.apache.commons:commons-text' : 'org.apache.commons:commons-text:1.9',
'org.apache.commons:commons-text' : 'org.apache.commons:commons-text:1.10.0',
'com.github.tomakehurst:wiremock' : 'com.github.tomakehurst:wiremock:2.27.2',
'com.graphql-java:graphql-java-extended-scalars' : 'com.graphql-java:graphql-java-extended-scalars:15.0.0',
'org.springframework.retry:spring-retry' : 'org.springframework.retry:spring-retry:1.3.1',
Expand Down

0 comments on commit 5556e2d

Please sign in to comment.