Skip to content

Commit

Permalink
Bump okhttp from 3.14.4 to 3.14.5 in /examples (#2230)
Browse files Browse the repository at this point in the history
Bumps [okhttp](https://github.com/square/okhttp) from 3.14.4 to 3.14.5.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/docs/changelog_3x.md)
- [Commits](square/okhttp@parent-3.14.4...parent-3.14.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored and rnorth committed Jan 11, 2020
1 parent 62ce00d commit dab1a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.squareup.okhttp3:okhttp:3.14.4'
implementation 'com.squareup.okhttp3:okhttp:3.14.5'
implementation 'org.json:json:20180813'
testImplementation 'org.postgresql:postgresql:42.2.9'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
Expand Down

0 comments on commit dab1a94

Please sign in to comment.