Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 070503f

Browse files
Update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.15.0 (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c7ebaf commit 070503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
implementation 'com.github.java-json-tools:json-schema-validator:2.2.14'
1515
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
16-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2'
16+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.0'
1717

1818
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
1919
testImplementation 'org.spockframework:spock-core'

0 commit comments

Comments
 (0)