Skip to content

Commit

Permalink
Bump the gradle-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 2 updates in the / directory: [org.codehaus.groovy:groovy-json](https://github.com/apache/groovy) and [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator).


Updates `org.codehaus.groovy:groovy-json` from 3.0.22 to 3.0.23
- [Commits](https://github.com/apache/groovy/commits)

Updates `com.networknt:json-schema-validator` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: org.codehaus.groovy:groovy-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bigdaz committed Nov 14, 2024
1 parent db3a4fa commit 55000da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.re
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.3" }

groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.22" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.2" }
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.23" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.3" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }

Expand Down

0 comments on commit 55000da

Please sign in to comment.