Skip to content

Commit b8e4592

Browse files
fix(deps): update dependency io.github.optimumcode:json-schema-validator to v0.5.2 (#374)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.github.optimumcode:json-schema-validator](https://redirect.github.com/OptimumCode/json-schema-validator) | `0.5.1` -> `0.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.optimumcode:json-schema-validator/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.optimumcode:json-schema-validator/0.5.1/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7dd6f6a commit b8e4592

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
@@ -145,7 +145,7 @@ kotlin {
145145
implementation("io.kotest:kotest-assertions-core")
146146

147147
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
148-
implementation("io.github.optimumcode:json-schema-validator:0.5.1")
148+
implementation("io.github.optimumcode:json-schema-validator:0.5.2")
149149
}
150150
}
151151

0 commit comments

Comments
 (0)