From 067f5c525a41a92595692afa64df420748a05c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:23:03 +0000 Subject: [PATCH] Bump gson from 2.9.1 to 2.10.1 Bumps [gson](https://github.com/google/gson) from 2.9.1 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.1...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] --- common/build.gradle.kts | 2 +- sora-editor/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index dcf9d4798..033d0717a 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -18,6 +18,6 @@ tasks.withType { dependencies { api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4") - api("com.google.code.gson:gson:2.9.1") + api("com.google.code.gson:gson:2.10.1") compileOnly(files("libs/android-stubs.jar")) } \ No newline at end of file diff --git a/sora-editor/build.gradle.kts b/sora-editor/build.gradle.kts index 7d32f0540..21e2c55a1 100644 --- a/sora-editor/build.gradle.kts +++ b/sora-editor/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("com.google.guava:guava:31.1-jre") implementation("org.yaml:snakeyaml:1.33") implementation("org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700") - implementation("com.google.code.gson:gson:2.9.1") + implementation("com.google.code.gson:gson:2.10.1") implementation("org.jruby.jcodings:jcodings:1.0.57") implementation("org.jruby.joni:joni:2.1.43") } \ No newline at end of file