File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222}
2323
2424group = ' com.configcat'
25- version = ' 2.0.0 '
25+ version = ' 2.0.1 '
2626
2727sourceCompatibility = JavaVersion . VERSION_1_8
2828targetCompatibility = JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313 " com.squareup.okhttp3" % " okhttp" % " 4.12.0" ,
1414 " com.squareup.okhttp3" % " logging-interceptor" % " 4.12.0" ,
1515 " com.google.code.gson" % " gson" % " 2.9.1" ,
16- " org.apache.commons" % " commons-lang3" % " 3.12 .0" ,
16+ " org.apache.commons" % " commons-lang3" % " 3.18 .0" ,
1717 " javax.ws.rs" % " jsr311-api" % " 1.1.1" ,
1818 " javax.ws.rs" % " javax.ws.rs-api" % " 2.1.1" ,
1919 " org.openapitools" % " jackson-databind-nullable" % " 0.2.6" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ javax-jsr-api = "1.1.1"
1212javax-rs-api = " 2.1.1"
1313jackson-databind-nullable = " 0.2.6"
1414jackson-core = " 2.15.0-rc1"
15- commons-lang3 = " 3.12 .0"
15+ commons-lang3 = " 3.18 .0"
1616jakarta_annotation_version = " 1.3.5"
1717junit-jupiter = " 5.10.2"
1818mockito-core = " 3.12.4"
You can’t perform that action at this time.
0 commit comments