From 341abef68ce938a71a2401ce78cb12b62845dbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:50:00 +0000 Subject: [PATCH 1/2] Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 804156e..26536cb 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ com.squareup.okhttp3 okhttp - 4.11.0 + 4.12.0 From 0b29d03f54f95c5d5586f112b7880f079aefe3a8 Mon Sep 17 00:00:00 2001 From: Brendan Deere Date: Mon, 13 Nov 2023 19:00:20 -0500 Subject: [PATCH 2/2] Set kotlin-stdlib-jdk8 version to 1.9.20 Resolve dependency conflict [ERROR] Require upper bound dependencies error for org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 paths to dependency are: [ERROR] +-io.jenkins.plugins:opslevel:2.0.0 [ERROR] +-com.squareup.okhttp3:okhttp:4.12.0 [ERROR] +-org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 [ERROR] and [ERROR] +-io.jenkins.plugins:opslevel:2.0.0 [ERROR] +-com.squareup.okhttp3:okhttp:4.12.0 [ERROR] +-com.squareup.okio:okio:3.6.0 [ERROR] +-com.squareup.okio:okio-jvm:3.6.0 [ERROR] +-org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 [ERROR] ] [ERROR] -> [Help 1] --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 26536cb..ff1e620 100644 --- a/pom.xml +++ b/pom.xml @@ -186,6 +186,11 @@ kotlin-stdlib-common 1.9.20 + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.9.20 + org.hamcrest hamcrest