Skip to content

Commit 5027f82

Browse files
Bump com.squareup.okhttp3:okhttp
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 5.3.2. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.11.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a18ed9b commit 5027f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "io.github.kobylynskyi:graphql-java-codegen:5.10.1-SNAPSHOT"
3232

3333
implementation "javax.validation:validation-api:2.0.1.Final"
34-
implementation "com.squareup.okhttp3:okhttp:4.11.0"
34+
implementation "com.squareup.okhttp3:okhttp:5.3.2"
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.15.3"
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
3737
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"

0 commit comments

Comments
 (0)