Skip to content

Commit e838922

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 10e9398 commit e838922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation "org.jetbrains.kotlin:kotlin-stdlib"
1414
implementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1515
testImplementation("com.approvaltests:approvaltests:24.14.2")
16-
testImplementation("com.google.code.gson:gson:2.12.0")
16+
testImplementation("com.google.code.gson:gson:2.12.1")
1717
}
1818

1919
test{

0 commit comments

Comments
 (0)