Skip to content

Commit aec4160

Browse files
chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.4.0
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.12.0 to 5.4.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fcde05 commit aec4160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repositories {
2020

2121
dependencies {
2222
// HTTP Client
23-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
23+
implementation 'com.squareup.okhttp3:okhttp:5.4.0'
2424

2525
// JSON Processing
2626
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
2727

2828
// Testing
2929
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
30-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
30+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.4.0'
3131
}
3232

3333
test {

0 commit comments

Comments
 (0)