Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps versions.springBootVersion from 2.4.13 to 2.6.1.
Updates spring-boot-dependencies from 2.4.13 to 2.6.1

Release notes

Sourced from spring-boot-dependencies's releases.

v2.6.1

🐞 Bug Fixes

  • The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException #28839
  • ErrorPageSecurityFilter prevents deployment to a Servlet 3.1 compatible container #28790
  • QuartzDataSourceScriptDatabaseInitializer does not provide a mapping for MariaDB #28779
  • The order of 'test' and 'Inlined Test Properties' property sources in incorrect #28776
  • ArrayStoreException when using Spring Security in a Servlet app without spring-security-web #28774
  • Warning that DefaultClientResources was not shutdown properly when using Lettuce with Actuator #28767
  • Page with permitAll is no longer accessible via auto-configured MockMvc #28759
  • Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #28746

📔 Documentation

  • Fix typos in the "External Application Properties" section #28834
  • Fix output of "spring --version" in reference documentation #28833
  • Add a package description for org.springframework.boot.actuate.metrics.data #28761

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487

... (truncated)

Commits

Updates spring-boot-gradle-plugin from 2.4.13 to 2.6.1

Release notes

Sourced from spring-boot-gradle-plugin's releases.

v2.6.1

🐞 Bug Fixes

  • The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException #28839
  • ErrorPageSecurityFilter prevents deployment to a Servlet 3.1 compatible container #28790
  • QuartzDataSourceScriptDatabaseInitializer does not provide a mapping for MariaDB #28779
  • The order of 'test' and 'Inlined Test Properties' property sources in incorrect #28776
  • ArrayStoreException when using Spring Security in a Servlet app without spring-security-web #28774
  • Warning that DefaultClientResources was not shutdown properly when using Lettuce with Actuator #28767
  • Page with permitAll is no longer accessible via auto-configured MockMvc #28759
  • Dependency management for org.elasticsearch.distribution.integ-test-zip:elasticsearch should declare its type as zip #28746

📔 Documentation

  • Fix typos in the "External Application Properties" section #28834
  • Fix output of "spring --version" in reference documentation #28833
  • Add a package description for org.springframework.boot.actuate.metrics.data #28761

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.6.0

For full upgrade instructions and new and noteworthy features please see the release notes.

⭐ New Features

  • Support both kebab-case and camelCase as Spring init CLI Options #28138

🐞 Bug Fixes

  • Profiles added using @ActiveProfiles have different precedence #28724
  • Dependency management for JSTL is out of date #28660
  • A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655
  • JUnit annotations may prevent a test context from being cached #28566
  • Avoid duplicate AOP proxy class definition with FilteredClassLoader #28545
  • Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix #28536
  • Task metrics should not expose time-related metrics as these are not supported yet #28535
  • Logback should default to JVM's default charset instead of ASCII #28487

... (truncated)

Commits

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 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 `versions.springBootVersion` from 2.4.13 to 2.6.1.

Updates `spring-boot-dependencies` from 2.4.13 to 2.6.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.13...v2.6.1)

Updates `spring-boot-gradle-plugin` from 2.4.13 to 2.6.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.13...v2.6.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 30, 2021
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/180475866

The labels on this github issue will be updated when the story is started.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@strehle strehle deleted the dependabot/gradle/versions.springBootVersion-2.6.1 branch November 30, 2021 11:53
@cf-gitbot cf-gitbot added accepted Accepted the issue and removed delivered labels May 26, 2023
@strehle
Copy link
Member

strehle commented Aug 24, 2025

@dependabot reopen

@dependabot dependabot bot reopened this Aug 24, 2025
@dependabot dependabot bot restored the dependabot/gradle/versions.springBootVersion-2.6.1 branch August 24, 2025 07:33
@strehle
Copy link
Member

strehle commented Aug 24, 2025

@dependabot recreate

@strehle strehle changed the title Bump versions.springBootVersion from 2.4.13 to 2.6.1 Bump versions.springBootVersion from 3.5.4 3.5.5 Aug 24, 2025
@strehle strehle merged commit 9c4f81a into develop Aug 24, 2025
27 of 28 checks passed
@strehle strehle deleted the dependabot/gradle/versions.springBootVersion-2.6.1 branch August 24, 2025 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Accepted the issue 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