From 947c3c0d08e2bf66db398c893d79f4ea98c4fd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:36:14 +0000 Subject: [PATCH] Bump com.google.code.gson:gson from 2.8.9 to 2.14.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.14.0. - [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.8.9...gson-parent-2.14.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d006797..bbbfc65 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'org.scala-lang.modules:scala-parallel-collections_3:1.0.4' // Ensures RegexParsers/LExpressionParser resolve when tests run from IDEs or isolated JUnit workers testImplementation 'org.scala-lang.modules:scala-parser-combinators_3:2.1.0' - implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'com.barrybecker4:bb4-expression:2.1-SNAPSHOT' implementation 'com.barrybecker4:bb4-sound:2.1-SNAPSHOT' implementation 'com.barrybecker4:bb4-optimization:2.1-SNAPSHOT'