Skip to content

Commit

Permalink
Update build.gradle - okhttp (#1)
Browse files Browse the repository at this point in the history
* Update build.gradle - okhttp

Resolves vulnerability in com.squareup.okhttp3:[email protected] https://security.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044

* Update build.gradle

* Update build.gradle
  • Loading branch information
ninjadroo authored Nov 7, 2022
1 parent c4902ea commit 6857a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.slf4j:slf4j-api:1.7.30'
}
Expand Down Expand Up @@ -53,4 +53,4 @@ publishing {
}
}
}
}
}

0 comments on commit 6857a8d

Please sign in to comment.