We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eda898 commit 3ae8d9cCopy full SHA for 3ae8d9c
1 file changed
buildSrc/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
implementation 'org.apache.commons:commons-lang3:3.12.0'
23
24
// YAML 处理库
25
- implementation 'org.yaml:snakeyaml:2.0'
+ implementation 'org.yaml:snakeyaml:2.5'
26
27
// Lombok
28
compileOnly 'org.projectlombok:lombok:1.18.42'
0 commit comments