Skip to content

Commit

Permalink
Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 in /files
Browse files Browse the repository at this point in the history
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent f9967bb commit 0999a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
api(project(":utils"))
compileOnly(project(":annotations"))

compileOnlyApi("com.google.code.gson:gson:2.10.1")
testImplementation("com.google.code.gson:gson:2.10.1")
compileOnlyApi("com.google.code.gson:gson:2.11.0")
testImplementation("com.google.code.gson:gson:2.11.0")

annotationProcessor("org.projectlombok:lombok:1.18.34")
}
Expand Down

0 comments on commit 0999a8c

Please sign in to comment.