Skip to content

Commit

Permalink
Bump okhttp version to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Jul 27, 2023
1 parent ea4cc8b commit 2340123
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ repositories {

dependencies {
api 'net.sourceforge.streamsupport:android-retrofuture:1.7.4'
api 'com.squareup.okhttp3:okhttp:4.10.0'
api 'com.squareup.okhttp3:okhttp:4.11.0'
api 'org.slf4j:slf4j-api:1.7.36'
api 'com.google.code.gson:gson:2.9.0'
api 'commons-codec:commons-codec:1.15'
api 'de.skuzzle:semantic-version:2.1.1'
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api", version:"5.8.0"
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-params", version:"5.8.0"
testImplementation group: "org.slf4j", name: "slf4j-simple", version:"1.7.25"
testImplementation group: "com.squareup.okhttp3", name: "mockwebserver", version:"4.10.0"
testImplementation group: "com.squareup.okhttp3", name: "mockwebserver", version:"4.11.0"
testImplementation 'org.mockito:mockito-core:4.8.0'
testImplementation 'net.sourceforge.streamsupport:android-retrofuture:1.7.4'
testRuntimeOnly group: "org.junit.jupiter", name: "junit-jupiter-engine", version:"5.8.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=9.0.0
version=9.0.1

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 @@ -23,7 +23,7 @@ private Constants() { /* prevent from instantiation*/ }
static final long DISTANT_PAST = 0;
static final String CONFIG_JSON_NAME = "config_v5.json";
static final String SERIALIZATION_FORMAT_VERSION = "v2";
static final String VERSION = "9.0.0";
static final String VERSION = "9.0.1";
}

final class Result<T> {
Expand Down

0 comments on commit 2340123

Please sign in to comment.