Skip to content

Commit

Permalink
build(deps): bump org.yaml:snakeyaml from 2.2 to 2.3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent b3ac7eb commit 2f4369a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val springSecurity = "6.3.3"
val snakeYaml = "2.2"
val snakeYaml = "2.3"
val mockk = "1.13.12"
val kotest = "5.9.1"
val apacheHttp = "5.3.1"
Expand Down

0 comments on commit 2f4369a

Please sign in to comment.