From 384eb42e74dee44553dad9e7536ad4f7319ad7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:07:38 +0000 Subject: [PATCH 1/2] build(deps): bump com.squareup.okhttp3:logging-interceptor Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 3.13.1 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-3.13.1...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 755fcce..96c4935 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 4.2.25 5.10.0 1.15.0_1 - 3.13.1 + 4.12.0 3.13.1_1 1.0.0 6.0.0 From 1640ab791ac9a386c15f699cd3e75fc013e18805 Mon Sep 17 00:00:00 2001 From: Benjamin Reed Date: Fri, 23 Feb 2024 10:16:55 -0500 Subject: [PATCH 2/2] make sure kotlin dependencies sync up properly --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 96c4935..d36b0a8 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ 4.13.2 4.3.10 4.4.5 + 1.9.10 2.23.0 4.2.25 5.10.0 @@ -142,6 +143,17 @@ metrics-core ${metrics.version} + + + org.jetbrains.kotlin + kotlin-stdlib-common + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + org.json json