Skip to content

Commit 756d208

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.0 (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da2037d commit 756d208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3")
3535
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
3636
constraints {
37-
implementation("com.google.code.gson:gson:2.12.1") {
37+
implementation("com.google.code.gson:gson:2.13.0") {
3838
because("CVE-2022-25647")
3939
}
4040
implementation("org.apache.commons:commons-compress:1.27.1") {

0 commit comments

Comments
 (0)