Skip to content

Commit 836b649

Browse files
⬆️ Bump org.yaml:snakeyaml from 2.2 to 2.3 (#91)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d11442 commit 836b649

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.2")
37+
implementation("org.yaml:snakeyaml:2.3")
3838
testImplementation(libs.junit)
3939
intellijPlatform {
4040
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))

0 commit comments

Comments
 (0)