Skip to content

Commit 79c9b27

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v1.32 (#1031)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed81876 commit 79c9b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
compileOnly 'org.openapitools:openapi-generator:6.0.1'
16-
compileOnly 'org.yaml:snakeyaml:1.31'
16+
compileOnly 'org.yaml:snakeyaml:1.32'
1717
}
1818

1919
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)