Skip to content

Commit d3d854c

Browse files
Bump com.squareup.okhttp3:okhttp
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.2.2 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.2.2...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e00c530 commit d3d854c

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.7.2-SNAPSHOT"
3232

3333
implementation "javax.validation:validation-api:2.0.1.Final"
34-
implementation "com.squareup.okhttp3:okhttp:4.2.2"
34+
implementation "com.squareup.okhttp3:okhttp:4.10.0"
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2"
3737
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2"

0 commit comments

Comments
 (0)