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 0e06416 commit 711f31fCopy full SHA for 711f31f
generator/build.gradle.kts
@@ -16,8 +16,8 @@ repositories {
16
dependencies {
17
implementation(project(":core"))
18
implementation(platform("org.slf4j:slf4j-bom:2.0.17"))
19
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.1")
20
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
21
implementation("org.apache.commons:commons-text:1.13.1")
22
implementation("com.palantir.javapoet:javapoet:0.7.0")
23
implementation("org.slf4j:slf4j-api")
0 commit comments