Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 321383e commit b52b2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version =
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.21" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.4.0" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.1.0" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.10.1" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }

[plugins]
shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}
Expand Down

0 comments on commit b52b2a9

Please sign in to comment.