forked from TCGdex/java-sdk
build: bump gson from 2.9.0 to 2.10.1
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.9.0...gson-parent-2.10.1) --- 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>
This commit is contained in:
parent
797582f39f
commit
2bdd18fb47
@ -21,7 +21,7 @@ dependencies {
|
||||
// Use the Kotlin JDK 8 standard library.
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
// Gson
|
||||
implementation("com.google.code.gson:gson:2.9.0")
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
|
||||
testImplementation(kotlin("test"))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user