From aaef57e67978f8e0abcda27a3c0c83e30e5e4cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 08:47:58 +0000 Subject: [PATCH 1/2] Bump org.springframework.cloud:spring-cloud-dependencies Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2025.1.1 to 2025.1.2. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2025.1.1...v2025.1.2) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cloud-jdbc-env-repo/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-jdbc-env-repo/build.gradle.kts b/cloud-jdbc-env-repo/build.gradle.kts index 99fab5dd..10da455a 100644 --- a/cloud-jdbc-env-repo/build.gradle.kts +++ b/cloud-jdbc-env-repo/build.gradle.kts @@ -7,7 +7,7 @@ plugins { group = "zin.rashidi.boot" version = "0.0.1-SNAPSHOT" -val springCloudVersion = "2025.1.1" +val springCloudVersion = "2025.1.2" java { toolchain { From 34e17c2154c03ef63194857dca86320a30601032 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 09:16:48 +0000 Subject: [PATCH 2/2] Add spring-boot-restclient dependency to fix ClassNotFoundException Co-authored-by: rashidi <380073+rashidi@users.noreply.github.com> --- cloud-jdbc-env-repo/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud-jdbc-env-repo/build.gradle.kts b/cloud-jdbc-env-repo/build.gradle.kts index 10da455a..77f63521 100644 --- a/cloud-jdbc-env-repo/build.gradle.kts +++ b/cloud-jdbc-env-repo/build.gradle.kts @@ -28,6 +28,7 @@ repositories { dependencies { implementation(platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")) + implementation("org.springframework.boot:spring-boot-restclient") implementation("org.springframework.boot:spring-boot-starter-data-jdbc") implementation("org.springframework.cloud:spring-cloud-starter-bootstrap") implementation("org.springframework.cloud:spring-cloud-config-server")