We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711f31f commit 1fad069Copy full SHA for 1fad069
generator/build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation(platform("org.slf4j:slf4j-bom:2.0.17"))
19
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2")
20
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
21
- implementation("org.apache.commons:commons-text:1.13.1")
+ implementation("org.apache.commons:commons-text:1.14.0")
22
implementation("com.palantir.javapoet:javapoet:0.7.0")
23
implementation("org.slf4j:slf4j-api")
24
implementation("org.slf4j:slf4j-simple")
0 commit comments