From 92e76219ebe2c8685cd14e484cb13fa3c67c5f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:10:09 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp-bom from 4.10.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.10.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 59962cf5..3e92392f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ jackson = "2.14.1" junit = "5.9.0" jwt = "4.2.1" scribe = "8.3.3" -okhttp = "4.10.0" +okhttp = "4.12.0" mongodriver = "4.8.2" mongojack = "4.8.0" owasp-encoder = "1.2.^"