Skip to content

Commit 59f9203

Browse files
chore(deps): bump org.yaml:snakeyaml from 2.5 to 2.6 (#39)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1493fa9 commit 59f9203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation 'org.apache.commons:commons-lang3:3.20.0'
2323

2424
// YAML 处理库
25-
implementation 'org.yaml:snakeyaml:2.5'
25+
implementation 'org.yaml:snakeyaml:2.6'
2626

2727
// Lombok
2828
compileOnly 'org.projectlombok:lombok:1.18.42'

0 commit comments

Comments
 (0)