Skip to content

Commit 7642e41

Browse files
Secu2024aug (#56)
* okhttp update * Prepare 9.4.1 release
1 parent 162687c commit 7642e41

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
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
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'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=9.4.0
1+
version=9.4.1

src/main/java/com/configcat/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)