From 57e69d0b9485d394c3512d1414db8d6cf1022f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 17:04:13 +0000 Subject: [PATCH] build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.13.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index c734325..4019665 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -13,7 +13,7 @@ repositories { dependencies { implementation("org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r") - implementation("com.google.code.gson:gson:2.11.0") + implementation("com.google.code.gson:gson:2.13.1") implementation("com.github.javaparser:javaparser-symbol-solver-core:3.26.3") }