Skip to content

Commit

Permalink
Secu2024aug (#55)
Browse files Browse the repository at this point in the history
* updated okhttp

* Prepare v10.2.2 release
  • Loading branch information
novalisdenahi authored Aug 5, 2024
1 parent a2b6c6b commit 9b6549a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repositories {

dependencies {
api 'net.sourceforge.streamsupport:android-retrofuture:1.7.4'
api 'com.squareup.okhttp3:okhttp:4.11.0'
api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'com.squareup.okio:okio:3.4.0' // indirect dependency to solve security vulnerability in 3.2.0
api 'org.slf4j:slf4j-api:1.7.36'
api 'com.google.code.gson:gson:2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=10.2.1
version=10.2.2

org.gradle.jvmargs=-Xmx2g
2 changes: 1 addition & 1 deletion src/main/java/com/configcat/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private Constants() { /* prevent from instantiation*/ }
static final long DISTANT_PAST = 0;
static final String CONFIG_JSON_NAME = "config_v6.json";
static final String SERIALIZATION_FORMAT_VERSION = "v2";
static final String VERSION = "10.2.1";
static final String VERSION = "10.2.2";

static final String SDK_KEY_PROXY_PREFIX = "configcat-proxy/";
static final String SDK_KEY_PREFIX = "configcat-sdk-1";
Expand Down

0 comments on commit 9b6549a

Please sign in to comment.