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 b09459b commit 37dcbbeCopy full SHA for 37dcbbe
generator/build.gradle.kts
@@ -16,8 +16,8 @@ repositories {
16
dependencies {
17
implementation(project(":core"))
18
implementation(platform("org.slf4j:slf4j-bom:2.0.16"))
19
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.1")
20
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
21
implementation("org.apache.commons:commons-text:1.12.0")
22
implementation("com.squareup:javapoet:1.13.0")
23
implementation("org.slf4j:slf4j-api")
0 commit comments