Skip to content

Commit 0617161

Browse files
Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#127)
Bumps org.apache.commons:commons-text from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text 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 69dba6d commit 0617161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation(platform("org.slf4j:slf4j-bom:2.0.16"))
1919
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")
2020
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
21-
implementation("org.apache.commons:commons-text:1.12.0")
21+
implementation("org.apache.commons:commons-text:1.13.0")
2222
implementation("com.squareup:javapoet:1.13.0")
2323
implementation("org.slf4j:slf4j-api")
2424
implementation("org.slf4j:slf4j-simple")

0 commit comments

Comments
 (0)