Skip to content

Commit 47a495f

Browse files
dependabot[bot]bigdaz
authored andcommitted
Bump the gradle-dependencies group across 1 directory with 3 updates
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/junit-framework@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>
1 parent 55000da commit 47a495f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab
88
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
99
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
1010

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

1313
github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" }
1414
okio = { group = "com.squareup.okio", name = "okio", version = "3.9.1" }
@@ -18,10 +18,10 @@ okio = { group = "com.squareup.okio", name = "okio", version = "3.9.1" }
1818
spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" }
1919
spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" }
2020
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
21-
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.3" }
21+
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.4" }
2222

2323
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.23" }
24-
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.3" }
24+
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.4" }
2525
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" }
2626
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
2727

0 commit comments

Comments
 (0)