Skip to content

Commit 712534d

Browse files
Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (#149)
Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 to 1.14.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36b9645 commit 712534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "org.apache.poi:poi-ooxml:$poiVersion"
3737
implementation "org.apache.poi:poi:$poiVersion"
3838
implementation 'org.apache.xmlbeans:xmlbeans:5.3.0'
39-
implementation 'org.apache.commons:commons-text:1.13.1'
39+
implementation 'org.apache.commons:commons-text:1.14.0'
4040
testImplementation 'junit:junit:4.13.2'
4141
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
4242
testImplementation 'commons-io:commons-io:2.20.0'

0 commit comments

Comments
 (0)