Skip to content

Commit

Permalink
Bump net.pwall.json:json-kotlin-schema from 0.40 to 0.41
Browse files Browse the repository at this point in the history
Bumps [net.pwall.json:json-kotlin-schema](https://github.com/pwall567/json-kotlin-schema) from 0.40 to 0.41.
- [Changelog](https://github.com/pwall567/json-kotlin-schema/blob/main/CHANGELOG.md)
- [Commits](pwall567/json-kotlin-schema@0.40...0.41)

---
updated-dependencies:
- dependency-name: net.pwall.json:json-kotlin-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 3495790 commit 445ab8e
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 @@ -32,7 +32,7 @@ repositories {
dependencies {
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
implementation("com.nfeld.jsonpathkt:jsonpathkt:2.0.1")
implementation("net.pwall.json:json-kotlin-schema:0.40")
implementation("net.pwall.json:json-kotlin-schema:0.41")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit 445ab8e

Please sign in to comment.