Skip to content

Commit 27635bc

Browse files
dependabot[bot]isidore
authored andcommitted
Bump com.google.code.gson:gson from 2.12.0 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.12.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8ecfd2 commit 27635bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
testImplementation 'org.scalatest:scalatest_2.13:3.3.0-SNAP4'
3232
testImplementation 'org.scalatestplus:junit-4-13_2.13:3.3.0.0-SNAP3'
3333
testImplementation("com.approvaltests:approvaltests:24.14.2")
34-
testImplementation("com.google.code.gson:gson:2.12.0")
34+
testImplementation("com.google.code.gson:gson:2.12.1")
3535

3636
// Need scala-xml at test runtime
3737
testRuntimeOnly 'org.scala-lang.modules:scala-xml_2.13:2.3.0'

0 commit comments

Comments
 (0)