File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/configcat Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
3030}
3131
3232dependencies {
33- api ' com.squareup.okhttp3:okhttp:4.11 .0'
33+ api ' com.squareup.okhttp3:okhttp:4.12 .0'
3434 api ' com.squareup.okio:okio:3.4.0' // indirect dependency to solve security vulnerability in 3.2.0
3535 api ' org.slf4j:slf4j-api:1.7.36'
3636 api ' com.google.code.gson:gson:2.9.0'
Original file line number Diff line number Diff line change 1- version =9.4.0
1+ version =9.4.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ private Constants() { /* prevent from instantiation*/ }
77 static final long DISTANT_PAST = 0 ;
88 static final String CONFIG_JSON_NAME = "config_v6.json" ;
99 static final String SERIALIZATION_FORMAT_VERSION = "v2" ;
10- static final String VERSION = "9.4.0 " ;
10+ static final String VERSION = "9.4.1 " ;
1111
1212 static final String SDK_KEY_PROXY_PREFIX = "configcat-proxy/" ;
1313 static final String SDK_KEY_PREFIX = "configcat-sdk-1" ;
You can’t perform that action at this time.
0 commit comments