Skip to content

Commit cd40c8d

Browse files
Bump the jackson group with 2 updates (#178)
Bumps the jackson group with 2 updates: [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) and [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin). Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.2 to 2.20.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.19.2...jackson-dataformat-xml-2.20.0) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.2 to 2.20.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.2...jackson-module-kotlin-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jackson - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jackson ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af82060 commit cd40c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repositories {
1616
dependencies {
1717
implementation(project(":core"))
1818
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")
19+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.0")
20+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
2121
implementation("org.apache.commons:commons-text:1.14.0")
2222
implementation("com.palantir.javapoet:javapoet:0.7.0")
2323
implementation("org.slf4j:slf4j-api")

0 commit comments

Comments
 (0)