Skip to content

Commit

Permalink
Bump the gradle-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 3 updates in the / directory: commons-io:commons-io, [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator).


Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `com.networknt:json-schema-validator` from 1.5.3 to 1.5.4
- [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.3...1.5.4)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bigdaz committed Dec 17, 2024
1 parent 55000da commit 47a495f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }

apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.17.0" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.18.0" }

github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" }
okio = { group = "com.squareup.okio", name = "okio", version = "3.9.1" }
Expand All @@ -18,10 +18,10 @@ okio = { group = "com.squareup.okio", name = "okio", version = "3.9.1" }
spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" }
spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" }
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.3" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.4" }

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" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.4" }
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 47a495f

Please sign in to comment.