Skip to content

Commit b7dc206

Browse files
Bump org.yaml:snakeyaml from 2.3 to 2.5
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.5. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.5..snakeyaml-2.3) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82b14bb commit b7dc206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
mavenCentral()
2727
}
2828
dependencies {
29-
implementation("org.yaml:snakeyaml:2.3")
29+
implementation("org.yaml:snakeyaml:2.5")
3030
implementation("org.apache.commons:commons-text:1.14.0")
3131

3232
compileOnly("org.projectlombok:lombok:1.18.38")

0 commit comments

Comments
 (0)