Skip to content

Bump the guide-dependencies-gradle group across 2 directories with 2 updates#65

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/complete/main/guide-dependencies-gradle-787d1a4aa4
Feb 19, 2026
Merged

Bump the guide-dependencies-gradle group across 2 directories with 2 updates#65
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/complete/main/guide-dependencies-gradle-787d1a4aa4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the guide-dependencies-gradle group with 2 updates in the /complete directory: org.springframework.boot and io.spring.dependency-management.
Bumps the guide-dependencies-gradle group with 2 updates in the /initial directory: org.springframework.boot and io.spring.dependency-management.

Updates org.springframework.boot from 3.3.0 to 3.3.13

Release notes

Sourced from org.springframework.boot's releases.

v3.3.13

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46015
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #45984
  • DataSouceBuilder can fail with a NPE when the driver is null #45976
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #45973

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46016
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45995
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45802
  • Gradle Shadow Plugin link in the reference guide is outdated #45720
  • Document use of git-commit-id-maven-plugin consistently #45677
  • Improve documentation for configuring Spring Security with '/error' #45663
  • Clarify the situation with support for Prometheus PushGateway and the deprecated simpleclient #44392
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #42878

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.27 #45805
  • Upgrade to Infinispan 15.0.15.Final #45806
  • Upgrade to Jaybird 5.0.8.java11 #45807
  • Upgrade to Jetty 12.0.22 #45809
  • Upgrade to Jetty Reactive HTTPClient 4.0.10 #45808
  • Upgrade to jOOQ 3.19.24 #45940
  • Upgrade to Micrometer 1.13.15 #45749
  • Upgrade to Micrometer Tracing 1.3.13 #45750
  • Upgrade to Netty 4.1.122.Final #45810
  • Upgrade to Postgresql 42.7.7 #45941
  • Upgrade to Reactor Bom 2023.0.19 #45751
  • Upgrade to Spring AMQP 3.1.12 #45752
  • Upgrade to Spring Authorization Server 1.3.7 #45753
  • Upgrade to Spring Data Bom 2024.0.13 #45754
  • Upgrade to Spring Framework 6.1.21 #45755
  • Upgrade to Spring Integration 6.3.11 #45756
  • Upgrade to Spring Kafka 3.2.10 #45757
  • Upgrade to Spring LDAP 3.2.13 #45758
  • Upgrade to Spring Pulsar 1.1.13 #45759
  • Upgrade to Spring RESTDocs 3.0.4 #45760
  • Upgrade to Spring Security 6.3.10 #45761
  • Upgrade to Spring WS 4.0.15 #45762
  • Upgrade to Tomcat 10.1.42 #45869

❤️ Contributors

... (truncated)

Commits
  • be14679 Release v3.3.13
  • c63eba3 Revert "Publish releases using Central Portal"
  • 206785f Only cache JarFile URL keys that are cheap to lookup
  • 8681b94 Publish releases using Central Portal
  • 13d265c Merge pull request #46016 from davidlj95
  • f4e0422 Fix Docker security options broken link in OCI images packaging docs
  • bab9071 Revert "Work around Spring Framework cache pollution bug"
  • f6c8884 Upgrade to Spring Integration 6.3.11
  • 6ef1830 Document that /error is secured by default
  • d9e4b66 Add properties for new max part count and max part header size
  • Additional commits viewable in compare view

Updates io.spring.dependency-management from 1.1.5 to 1.1.7

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.7

🐞 Bug Fixes

  • Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400
  • ExclusionResolver makes assumptions that won't hold true with Gradle 9 #394

❤️ Contributors

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

@​octylFractal

v1.1.6

🐞 Bug Fixes

  • Applying Maven-style exclusions may cause a deprecation warning with Gradle 8.8 #384

❤️ Contributors

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

@​quaff

Commits
  • 99c6a87 Release v1.1.7
  • e870ef7 Address another deprecation warning in report take
  • fc43f90 Stop report task from triggering a deprecation warning
  • 0d1b43d Merge pull request #394 from octylFractal
  • 09853a2 Check for ModuleComponentIdentifier explicitly
  • e85cd28 Next development version (v1.1.7-SNAPSHOT)
  • caad92a Apply exclusions earlier to avoid deprecation warning
  • 68f86ea Merge pull request #387 from quaff
  • 4d44a45 Remove stray backtick
  • 90d9e1a Rename property to address naming clash
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.3.0 to 3.3.13

Release notes

Sourced from org.springframework.boot's releases.

v3.3.13

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46015
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #45984
  • DataSouceBuilder can fail with a NPE when the driver is null #45976
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #45973

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46016
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45995
  • Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work #45802
  • Gradle Shadow Plugin link in the reference guide is outdated #45720
  • Document use of git-commit-id-maven-plugin consistently #45677
  • Improve documentation for configuring Spring Security with '/error' #45663
  • Clarify the situation with support for Prometheus PushGateway and the deprecated simpleclient #44392
  • Update javadoc of Configurer classes that apply sensible defaults to describe how they're typically used #42878

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.27 #45805
  • Upgrade to Infinispan 15.0.15.Final #45806
  • Upgrade to Jaybird 5.0.8.java11 #45807
  • Upgrade to Jetty 12.0.22 #45809
  • Upgrade to Jetty Reactive HTTPClient 4.0.10 #45808
  • Upgrade to jOOQ 3.19.24 #45940
  • Upgrade to Micrometer 1.13.15 #45749
  • Upgrade to Micrometer Tracing 1.3.13 #45750
  • Upgrade to Netty 4.1.122.Final #45810
  • Upgrade to Postgresql 42.7.7 #45941
  • Upgrade to Reactor Bom 2023.0.19 #45751
  • Upgrade to Spring AMQP 3.1.12 #45752
  • Upgrade to Spring Authorization Server 1.3.7 #45753
  • Upgrade to Spring Data Bom 2024.0.13 #45754
  • Upgrade to Spring Framework 6.1.21 #45755
  • Upgrade to Spring Integration 6.3.11 #45756
  • Upgrade to Spring Kafka 3.2.10 #45757
  • Upgrade to Spring LDAP 3.2.13 #45758
  • Upgrade to Spring Pulsar 1.1.13 #45759
  • Upgrade to Spring RESTDocs 3.0.4 #45760
  • Upgrade to Spring Security 6.3.10 #45761
  • Upgrade to Spring WS 4.0.15 #45762
  • Upgrade to Tomcat 10.1.42 #45869

❤️ Contributors

... (truncated)

Commits
  • be14679 Release v3.3.13
  • c63eba3 Revert "Publish releases using Central Portal"
  • 206785f Only cache JarFile URL keys that are cheap to lookup
  • 8681b94 Publish releases using Central Portal
  • 13d265c Merge pull request #46016 from davidlj95
  • f4e0422 Fix Docker security options broken link in OCI images packaging docs
  • bab9071 Revert "Work around Spring Framework cache pollution bug"
  • f6c8884 Upgrade to Spring Integration 6.3.11
  • 6ef1830 Document that /error is secured by default
  • d9e4b66 Add properties for new max part count and max part header size
  • Additional commits viewable in compare view

Updates io.spring.dependency-management from 1.1.5 to 1.1.7

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.7

🐞 Bug Fixes

  • Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400
  • ExclusionResolver makes assumptions that won't hold true with Gradle 9 #394

❤️ Contributors

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

@​octylFractal

v1.1.6

🐞 Bug Fixes

  • Applying Maven-style exclusions may cause a deprecation warning with Gradle 8.8 #384

❤️ Contributors

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

@​quaff

Commits
  • 99c6a87 Release v1.1.7
  • e870ef7 Address another deprecation warning in report take
  • fc43f90 Stop report task from triggering a deprecation warning
  • 0d1b43d Merge pull request #394 from octylFractal
  • 09853a2 Check for ModuleComponentIdentifier explicitly
  • e85cd28 Next development version (v1.1.7-SNAPSHOT)
  • caad92a Apply exclusions earlier to avoid deprecation warning
  • 68f86ea Merge pull request #387 from quaff
  • 4d44a45 Remove stray backtick
  • 90d9e1a Rename property to address naming clash
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the guide-dependencies-gradle group with 2 updates in the /complete directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).
Bumps the guide-dependencies-gradle group with 2 updates in the /initial directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).


Updates `org.springframework.boot` from 3.3.0 to 3.3.13
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.3.13)

Updates `io.spring.dependency-management` from 1.1.5 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.5...v1.1.7)

Updates `org.springframework.boot` from 3.3.0 to 3.3.13
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0...v3.3.13)

Updates `io.spring.dependency-management` from 1.1.5 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.5...v1.1.7)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-version: 3.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: guide-dependencies-gradle
- dependency-name: io.spring.dependency-management
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: guide-dependencies-gradle
- dependency-name: org.springframework.boot
  dependency-version: 3.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: guide-dependencies-gradle
- dependency-name: io.spring.dependency-management
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: guide-dependencies-gradle
...

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 Feb 19, 2026
@github-actions github-actions bot merged commit 39d08ad into main Feb 19, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/complete/main/guide-dependencies-gradle-787d1a4aa4 branch February 19, 2026 00:02
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.

0 participants