Skip to content

Commit 394b23c

Browse files
dependabot[bot]bigdaz
authored andcommitted
Bump the gradle-dependencies group across 1 directory with 4 updates
Bumps the gradle-dependencies group with 4 updates in the / directory: [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator), [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations), [com.google.code.gson:gson](https://github.com/google/gson) and com.gradle.plugin-publish. Updates `com.networknt:json-schema-validator` from 1.5.4 to 1.5.5 - [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.4...1.5.5) Updates `org.jetbrains:annotations` from 26.0.1 to 26.0.2 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.1...26.0.2) Updates `com.google.code.gson:gson` from 2.11.0 to 2.12.1 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1) Updates `com.gradle.plugin-publish` from 1.3.0 to 1.3.1 --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b4ed39 commit 394b23c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
2121
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.4" }
25-
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" }
26-
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
24+
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.5" }
25+
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.2" }
26+
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.12.1" }
2727

2828
[plugins]
2929
shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}
30-
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
30+
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.1" }
3131
github-release = { id = "com.github.breadmoirai.github-release", version = "2.5.2"}

0 commit comments

Comments
 (0)