We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b14bb commit b7dc206Copy full SHA for b7dc206
build.gradle.kts
@@ -26,7 +26,7 @@ repositories {
26
mavenCentral()
27
}
28
dependencies {
29
- implementation("org.yaml:snakeyaml:2.3")
+ implementation("org.yaml:snakeyaml:2.5")
30
implementation("org.apache.commons:commons-text:1.14.0")
31
32
compileOnly("org.projectlombok:lombok:1.18.38")
0 commit comments