Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump spring-cloud-config.version from 4.1.3 to 4.2.0 #3457

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps spring-cloud-config.version from 4.1.3 to 4.2.0.
Updates org.springframework.cloud:spring-cloud-starter-bootstrap from 4.1.3 to 4.2.0

Release notes

Sourced from org.springframework.cloud:spring-cloud-starter-bootstrap's releases.

4.2.0

🐞 Bug Fixes

  • WebClient's URI_TEMPLATE_ATTRIBUTE ignored by MicrometerStatsLoadBalancerLifecycle #1302

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.2.0-RC1

⭐ New Features

  • Support @LoadBalanced RestTemplateBuilder #1402

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.2.0-M2

⭐ New Features

  • Optimize instance selection performance #1363

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot] and @​qnnn

4.2.0-M1

No release notes provided.

4.1.5

⭐ New Features

  • Create truststore without keystore #1394
  • Use newCachedTreadPool() instead of newSingleThreadExecutor() in InetUtils #1365

🐞 Bug Fixes

  • Use object provider for LoadBalancerRestClientPostProcessor #1366
  • Application gets stuck when Feign client is used with virtual threads #1364

📔 Documentation

  • Document using configurers and customisers with @LoadBalanced HTTP client builders #1407

... (truncated)

Commits
  • f4671d6 Update SNAPSHOT to 4.2.0
  • a4aaf9c Merge branch '4.1.x'
  • 93acbac Add the ability to disable configuration properties in docs pom
  • 67d73bf Bump @​springio/asciidoctor-extensions in /docs (#1431)
  • 64be950 Bump antora from 3.2.0-alpha.4 to 3.2.0-alpha.6 in /docs (#1432)
  • 6600f2d Bump @​antora/collector-extension from 1.0.0-rc.1 to 1.0.0 in /docs (#1433)
  • ad841fe Revert "Update pom.xml"
  • 5bc726e Going back to snapshots
  • d9e7b1f Update SNAPSHOT to 4.1.5
  • 44062e0 Bumping dependency versions after release
  • Additional commits viewable in compare view

Updates org.springframework.cloud:spring-cloud-config-dependencies from 4.1.3 to 4.2.0

Release notes

Sourced from org.springframework.cloud:spring-cloud-config-dependencies's releases.

4.2.0

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.2.0-RC1

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.2.0-M2

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.2.0-M1

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.1.5

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

4.1.4

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot]

Commits
  • 54fea53 Update SNAPSHOT to 4.2.0
  • 4a63b9b Merge pull request #380 from spring-cloud/dependabot/npm_and_yarn/docs/main/a...
  • b62b472 Merge pull request #378 from spring-cloud/dependabot/maven/main/org.codehaus....
  • 66daac7 Bump @​antora/collector-extension from 1.0.0-rc.1 to 1.0.0 in /docs
  • 1e557cc Bump org.codehaus.mojo:license-maven-plugin from 2.4.0 to 2.5.0
  • 2799bc7 Merge pull request #376 from spring-cloud/dependabot/npm_and_yarn/docs/main/a...
  • 8321300 Bump @​antora/collector-extension in /docs
  • 2545fc5 Bumping versions
  • 52a4183 Bumping versions
  • 1fd2955 Update contributing.adoc
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `spring-cloud-config.version` from 4.1.3 to 4.2.0.

Updates `org.springframework.cloud:spring-cloud-starter-bootstrap` from 4.1.3 to 4.2.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
- [Commits](spring-cloud/spring-cloud-commons@v4.1.3...v4.2.0)

Updates `org.springframework.cloud:spring-cloud-config-dependencies` from 4.1.3 to 4.2.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](spring-cloud/spring-cloud-build@v4.1.3...v4.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.cloud:spring-cloud-config-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 15, 2025 04:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2025

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Jan 15, 2025
@dependabot dependabot bot deleted the dependabot/maven/4.x/spring-cloud-config.version-4.2.0 branch January 15, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant