Skip to content

Commit e0d4071

Browse files
⬆️ Bump org.yaml:snakeyaml from 2.3 to 2.4
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fb54d5 commit e0d4071

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
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("org.jetbrains.kotlin:kotlin-stdlib")
3535
implementation("com.google.code.gson:gson:2.11.0")
3636
implementation("com.squareup.okhttp3:okhttp:4.12.0")
37-
implementation("org.yaml:snakeyaml:2.3")
37+
implementation("org.yaml:snakeyaml:2.4")
3838
testImplementation(libs.junit)
3939
intellijPlatform {
4040
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))

0 commit comments

Comments
 (0)