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 964ac29 commit 836cae2
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 @@ -30,14 +30,14 @@ repositories {
}

dependencies {
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.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.1.0'
testImplementation 'org.slf4j:slf4j-simple:2.0.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'org.mockito:mockito-core:4.2.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.1.0'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.8.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=8.2.0
version=8.2.1
2 changes: 1 addition & 1 deletion src/main/java/com/configcat/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ private Constants() { /* prevent from instantiation*/ }
static final String CONFIG_JSON_NAME = "config_v5.json";
static final String SERIALIZATION_FORMAT_VERSION = "v2";

static final String VERSION = "8.2.0";
static final String VERSION = "8.2.1";
}

0 comments on commit 836cae2

Please sign in to comment.