Skip to content

Bump org.springframework.cloud:spring-cloud-dependencies from 2025.1.1 to 2025.1.2#359

Merged
rashidi merged 2 commits into
masterfrom
dependabot/gradle/org.springframework.cloud-spring-cloud-dependencies-2025.1.2
Jun 12, 2026
Merged

Bump org.springframework.cloud:spring-cloud-dependencies from 2025.1.1 to 2025.1.2#359
rashidi merged 2 commits into
masterfrom
dependabot/gradle/org.springframework.cloud-spring-cloud-dependencies-2025.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps org.springframework.cloud:spring-cloud-dependencies from 2025.1.1 to 2025.1.2.

Commits
  • bda306d Update SNAPSHOT to 2025.1.2
  • 4fd3272 Merge pull request #517 from spring-cloud/dependabot/npm_and_yarn/docs/main/s...
  • be421f5 Bump @​springio/antora-extensions from 1.14.11 to 1.14.12 in /docs
  • 6ad8d9d Merge pull request #513 from spring-cloud/dependabot/maven/main/org.apache.ma...
  • bc10fd4 Merge pull request #514 from spring-cloud/dependabot/maven/org.apache.maven-m...
  • 57ecb39 Bump org.apache.maven:maven-model from 3.9.15 to 3.9.16
  • 3963ec2 Bump org.apache.maven:maven-model from 3.9.15 to 3.9.16
  • def3e63 Upgrading antora to 3.2.0-alpha.12
  • 145f1d6 Bumping versions
  • 0a141a4 Update spring-cloud-config.version to 5.0.4-SNAPSHOT
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Job Summary for Gradle

Gradle Build :: gradle-build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
spring-boot-tutorials check 9.5.1 Build Scan published

@rashidi

rashidi commented Jun 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

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](spring-cloud/spring-cloud-release@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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/org.springframework.cloud-spring-cloud-dependencies-2025.1.2 branch from 7da00cf to aaef57e Compare June 12, 2026 08:48
@github-actions

Copy link
Copy Markdown
Contributor

Job Summary for Gradle

Gradle Build :: gradle-build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
spring-boot-tutorials check 9.5.1 Build Scan published

@rashidi

rashidi commented Jun 12, 2026

Copy link
Copy Markdown
Owner

@copilot fix the broken test in zin.rashidi.boot.cloud.jdbcenvrepo.CloudJdbcEnvRepoApplicationTests that have the following error Caused by: java.lang.ClassNotFoundException: org.springframework.boot.restclient.RestTemplateBuilder

Co-authored-by: rashidi <380073+rashidi@users.noreply.github.com>

Copilot AI commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@copilot fix the broken test in zin.rashidi.boot.cloud.jdbcenvrepo.CloudJdbcEnvRepoApplicationTests that have the following error `Caused by: java.lang.ClassNotFoundException: org.springframework.bo...

Fixed in commit 34e17c2.

The root cause was that spring-cloud-commons' LoadBalancerAutoConfiguration references org.springframework.boot.restclient.RestTemplateBuilder via a @ConditionalOnClass annotation, but the spring-boot-restclient module wasn't declared as a dependency. When Spring Boot evaluated the OnBeanCondition for bean type deduction, it failed with ClassNotFoundException.

Added implementation("org.springframework.boot:spring-boot-restclient") to cloud-jdbc-env-repo/build.gradle.kts so the class is on the classpath and conditions can be evaluated properly.

Copilot AI requested a review from rashidi June 12, 2026 09:17
@rashidi rashidi merged commit 762f1ac into master Jun 12, 2026
7 checks passed
@rashidi rashidi deleted the dependabot/gradle/org.springframework.cloud-spring-cloud-dependencies-2025.1.2 branch June 12, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants