Skip to content

Commit 37dcbbe

Browse files
Bump the jackson group with 2 updates (#124)
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.18.1 to 2.18.2 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.1...jackson-dataformat-xml-2.18.2) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jackson - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jackson ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b09459b commit 37dcbbe

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.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")
19+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")
20+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
2121
implementation("org.apache.commons:commons-text:1.12.0")
2222
implementation("com.squareup:javapoet:1.13.0")
2323
implementation("org.slf4j:slf4j-api")

0 commit comments

Comments
 (0)