Skip to content

Commit

Permalink
Bump the gradle-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 8b4ed39 commit 0b5e431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
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.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" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.5" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.2" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.12.1" }

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

0 comments on commit 0b5e431

Please sign in to comment.