Skip to content

Commit 9b6549a

Browse files
Secu2024aug (#55)
* updated okhttp * Prepare v10.2.2 release
1 parent a2b6c6b commit 9b6549a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repositories {
6767

6868
dependencies {
6969
api 'net.sourceforge.streamsupport:android-retrofuture:1.7.4'
70-
api 'com.squareup.okhttp3:okhttp:4.11.0'
70+
api 'com.squareup.okhttp3:okhttp:4.12.0'
7171
api 'com.squareup.okio:okio:3.4.0' // indirect dependency to solve security vulnerability in 3.2.0
7272
api 'org.slf4j:slf4j-api:1.7.36'
7373
api 'com.google.code.gson:gson:2.9.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=10.2.1
1+
version=10.2.2
22

33
org.gradle.jvmargs=-Xmx2g

src/main/java/com/configcat/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private Constants() { /* prevent from instantiation*/ }
3030
static final long DISTANT_PAST = 0;
3131
static final String CONFIG_JSON_NAME = "config_v6.json";
3232
static final String SERIALIZATION_FORMAT_VERSION = "v2";
33-
static final String VERSION = "10.2.1";
33+
static final String VERSION = "10.2.2";
3434

3535
static final String SDK_KEY_PROXY_PREFIX = "configcat-proxy/";
3636
static final String SDK_KEY_PREFIX = "configcat-sdk-1";

0 commit comments

Comments
 (0)