Skip to content

Commit 3517099

Browse files
fix(deps): update dependency io.github.optimumcode:json-schema-validator to v0.5.1 (#323)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.optimumcode:json-schema-validator](https://redirect.github.com/OptimumCode/json-schema-validator) | `0.5.0` -> `0.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.optimumcode:json-schema-validator/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.optimumcode:json-schema-validator/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.optimumcode:json-schema-validator/0.5.0/0.5.1?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.0/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>OptimumCode/json-schema-validator (io.github.optimumcode:json-schema-validator)</summary> ### [`v0.5.1`](https://redirect.github.com/OptimumCode/json-schema-validator/releases/tag/0.5.1) [Compare Source](https://redirect.github.com/OptimumCode/json-schema-validator/compare/0.5.0...0.5.1) The release does not contain any changes. This is done to support the development of POC for bowtie: [https://github.com/bowtie-json-schema/bowtie/issues/1849](https://redirect.github.com/bowtie-json-schema/bowtie/issues/1849) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2f1dec commit 3517099

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

146146
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
147-
implementation("io.github.optimumcode:json-schema-validator:0.5.0")
147+
implementation("io.github.optimumcode:json-schema-validator:0.5.1")
148148
}
149149
}
150150

0 commit comments

Comments
 (0)