Skip to content

Commit c8cf5d5

Browse files
renovate[bot]“Georgina
authored and
“Georgina
committed
Update dependency org.apache.commons:commons-text to v1.11.0 (#4840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6b82ba commit c8cf5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ dependencies {
323323
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: versions.log4j
324324
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: versions.pdfbox
325325

326-
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
326+
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.11.0'
327327
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.10.0'
328328

329329
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '5.10.9'
@@ -375,7 +375,7 @@ dependencies {
375375
exclude group: "com.vaadin.external.google", module: "android-json"
376376
}
377377

378-
integrationTestImplementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
378+
integrationTestImplementation group: 'org.apache.commons', name: 'commons-text', version: '1.11.0'
379379
testImplementation group: 'org.springframework.retry', name: 'spring-retry'
380380
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.0'
381381

0 commit comments

Comments
 (0)