File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments