From b8901d73f22b3474600c92910af1df17c71a9fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 08:03:44 +0000 Subject: [PATCH] build(deps): bump com.google.code.gson:gson from 2.9.0 to 2.10.1 Bumps [com.google.code.gson: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] --- scalabot-app/build.gradle.kts | 2 +- scalabot-meta/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 307cb64..15d0662 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.10") - implementation("com.google.code.gson:gson:2.9.0") + implementation("com.google.code.gson:gson:2.10.1") implementation("org.jdom:jdom2:2.0.6.1") diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index 6d93467..2cfa97c 100644 --- a/scalabot-meta/build.gradle.kts +++ b/scalabot-meta/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("org.telegram:telegrambots-meta:6.5.0") - api("com.google.code.gson:gson:2.9.0") + api("com.google.code.gson:gson:2.10.1") testImplementation(kotlin("test")) testImplementation("io.mockk:mockk:1.13.2")