From 5b10b729585ffeec39a30c624e83ea2fcb22854d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 11:45:19 +0000 Subject: [PATCH] Bump okhttp from 4.9.0 to 4.10.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.0...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] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index aef0b3a..e2dbac8 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.31' implementation 'com.squareup.moshi:moshi:1.10.0' implementation 'com.squareup.moshi:moshi-kotlin:1.10.0' - implementation 'com.squareup.okhttp3:okhttp:4.9.0' + implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r' implementation 'org.slf4j:slf4j-simple:2.0.6'