Skip to content

Commit 8d20556

Browse files
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.17.1 to 2.19.2. - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.1...jackson-dataformats-text-2.19.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4eb2f31 commit 8d20556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ buildscript {
1515
dependencies {
1616
classpath("com.fasterxml.jackson.core:jackson-core:2.17.1")
1717
classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1")
18-
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1")
19-
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1")
18+
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2")
19+
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2")
2020
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
2121
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20") {
2222
exclude("com.fasterxml.jackson")

0 commit comments

Comments
 (0)