Skip to content

Commit 711f31f

Browse files
Bump the jackson group with 2 updates (#168)
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.1 to 2.19.2 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.19.1...jackson-dataformat-xml-2.19.2) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.1 to 2.19.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.1...jackson-module-kotlin-2.19.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jackson - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jackson ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e06416 commit 711f31f

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.1")
20-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1")
19+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2")
20+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
2121
implementation("org.apache.commons:commons-text:1.13.1")
2222
implementation("com.palantir.javapoet:javapoet:0.7.0")
2323
implementation("org.slf4j:slf4j-api")

0 commit comments

Comments
 (0)