Skip to content

Commit 0d1a542

Browse files
renovate-botgalovics
authored andcommitted
FINERACT-2181: Update dependency org.yaml:snakeyaml to v2
1 parent 6f6a1d9 commit 0d1a542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fineract-doc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
dependencies {
2727
classpath 'org.asciidoctor:asciidoctor-gradle-jvm:4.0.5'
2828
classpath 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:4.0.5'
29-
classpath 'org.yaml:snakeyaml:1.33'
29+
classpath 'org.yaml:snakeyaml:2.5'
3030
}
3131
}
3232

@@ -42,7 +42,7 @@ apply plugin: 'org.asciidoctor.jvm.pdf'
4242
configurations.all {
4343
resolutionStrategy {
4444
// Force specific versions of dependencies to avoid conflicts
45-
force 'org.yaml:snakeyaml:1.33',
45+
force 'org.yaml:snakeyaml:2.5',
4646
'org.jruby:jruby-complete:9.4.5.0'
4747
}
4848
}

0 commit comments

Comments
 (0)