We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062d9ac commit cb02d62Copy full SHA for cb02d62
1 file changed
build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
compileOnly("org.projectlombok:lombok:1.18.42")
16
annotationProcessor("org.projectlombok:lombok:1.18.42")
17
18
- implementation("org.yaml:snakeyaml:2.5")
+ implementation("org.yaml:snakeyaml:2.6")
19
20
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.2.2")
21
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")
0 commit comments