Skip to content

Commit a142940

Browse files
Update dependency com.google.code.gson:gson to v2.12.1
1 parent 694c545 commit a142940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110
implementation "com.google.code.findbugs:jsr305:3.0.2"
111111
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
112112
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
113-
implementation 'com.google.code.gson:gson:2.9.1'
113+
implementation 'com.google.code.gson:gson:2.12.1'
114114
implementation 'io.gsonfire:gson-fire:1.9.0'
115115
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
116116
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
1212
"io.swagger" % "swagger-annotations" % "1.6.14",
1313
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
1414
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
15-
"com.google.code.gson" % "gson" % "2.9.1",
15+
"com.google.code.gson" % "gson" % "2.12.1",
1616
"org.apache.commons" % "commons-lang3" % "3.12.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
1818
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",

0 commit comments

Comments
 (0)