Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 8 updates#134

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/all-dependencies-d127167f00
Open

chore(deps): bump the all-dependencies group across 1 directory with 8 updates#134
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/all-dependencies-d127167f00

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-dependencies group with 8 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-dependencies 4.0.0-M3 4.1.0-M2
org.springframework.boot:spring-boot-testcontainers 4.0.2 4.0.3
org.springframework.boot 4.0.0-M3 4.1.0-M2
org.cyclonedx.bom 3.0.1 3.2.0
au.com.dius.pact 4.6.17 4.6.20
com.gorylenko.gradle-git-properties 2.5.3 2.5.7
com.avast.gradle.docker-compose 0.17.19 0.17.21
gradle-wrapper 8.14 9.3.1

Updates org.springframework.boot:spring-boot-dependencies from 4.0.0-M3 to 4.1.0-M2

Release notes

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

v4.1.0-M2

⭐ New Features

  • Add support for publishMaxGaugeForHistograms in OtlpRegistry #49242
  • Add TWENTY_SIX to JavaVersion enum #49194
  • Support service connections with RabbitMQ Stream and Docker Compose #49162
  • Bind 'Optional' value object parameters as empty rather than null #49152
  • Add Kotlin DSL extension functions for TestEntityManager #49063
  • Add customizers for OtlpHttpLogRecordExporterBuilder and OtlpGrpcLogRecordExporterBuilder #49002
  • Improve performance of structure logging 'ContextPairs' nested name splitting #48999
  • Show certificates from truststore in SSL info endpoint #48967
  • Add time, locale, and work dir data to ProcessInfo #48959
  • Add compression mode OTLP property #48957
  • Provide support for adding to the mime types that are compressed #48930
  • Support service connections with RabbitMQ Streams and Testcontainers #42443
  • Provide configuration properties and customizers for configuring Jackson's factories #34709
  • Provide a configuration option to load properties config data files as UTF-8 #28663

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49250
  • Using the OTel and Zipkin starters together creates invalid configuration #49215
  • ClassNotFoundException when using Actuator without spring-boot-health #49198
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49061
  • Slice test includes fail to load when using spring-boot-starter-test-classic #49042
  • Java version requirement check for native image is confusing if AOT didn't run #49025
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49016
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48991
  • server.jetty.threads.max is ignored when using virtual threads #48990
  • Docker credential helpers with file extensions cannot be executed on Windows #48980

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #49213
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #49110
  • Document naming convention for custom test-scoped starters #49018
  • Delay removal of Jackson 2 support until 4.3 at the earliest #49011
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #49004
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #48978
  • Update the configuration metadata changelog to include properties whose default values have changed #48962
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #48947

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.2.1 #49254
  • Upgrade to Artemis 2.51.0 #49203
  • Upgrade to AssertJ 3.27.7 #49124
  • Upgrade to Byte Buddy 1.18.5 #49235
  • Upgrade to Commons Codec 1.21.0 #49125
  • Upgrade to Couchbase Client 3.11.1 #49252

... (truncated)

Commits
  • dc7a630 Release v4.1.0-M2
  • 1af0547 Polish "Upgrade to Flyway 12.0.1"
  • be4f1c3 Merge branch '4.0.x'
  • c9aae12 Next development version (v4.0.4-SNAPSHOT)
  • 8a3cbc4 Merge branch '4.0.x'
  • 5cc488d Merge branch '3.5.x' into 4.0.x
  • 9138ae2 Next development version (v3.5.12-SNAPSHOT)
  • 6edb8ad Merge branch '4.0.x'
  • a7e63a7 Merge branch '3.5.x' into 4.0.x
  • 54ab3c5 Align "noteworthy" issues in release notes with Spring Framework
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-testcontainers from 4.0.2 to 4.0.3

Release notes

Sourced from org.springframework.boot:spring-boot-testcontainers's releases.

v4.0.3

⭐ New Features

  • Add TWENTY_SIX to JavaVersion enum #49193

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49223
  • ClassNotFoundException when using Actuator without spring-boot-health #49196
  • Using the OTel and Zipkin starters together creates invalid configuration #49183
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49060
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49015
  • server.jetty.threads.max is ignored when using virtual threads #48989
  • Slice test includes fail to load when using spring-boot-starter-test-classic #48981
  • Docker credential helpers with file extensions cannot be executed on Windows #48979
  • Java version requirement check for native image is confusing if AOT didn't run #48963
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48948

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #49212
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #49109
  • Document naming convention for custom test-scoped starters #49017
  • Delay removal of Jackson 2 support until 4.3 at the earliest #49010
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #49003
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #48977
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #48946

🔨 Dependency Upgrades

  • Upgrade to AssertJ 3.27.7 #49095
  • Upgrade to Elasticsearch Client 9.2.5 #49184
  • Upgrade to Groovy 5.0.4 #49097
  • Upgrade to Hibernate 7.2.3.Final #49098
  • Upgrade to Hibernate 7.2.4.Final #49167
  • Upgrade to Jaybird 6.0.4 #49099
  • Upgrade to JBoss Logging 3.6.2.Final #49100
  • Upgrade to Jersey 4.0.2 #49101
  • Upgrade to Jetty 12.1.6 #49102
  • Upgrade to jOOQ 3.19.30 #49103
  • Upgrade to JUnit Jupiter 6.0.3 #49233
  • Upgrade to Logback 1.5.29 #49169
  • Upgrade to Logback 1.5.32 #49245
  • Upgrade to Micrometer 1.16.3 #49111
  • Upgrade to Micrometer Tracing 1.6.3 #49112
  • Upgrade to MongoDB 5.6.3 #49105
  • Upgrade to MySQL 9.6.0 #49106
  • Upgrade to Netty 4.2.10.Final #49107
  • Upgrade to Postgresql 42.7.10 #49202
  • Upgrade to Reactor Bom 2025.0.3 #49087

... (truncated)

Commits
  • 1ab1436 Release v4.0.3
  • 5cc488d Merge branch '3.5.x' into 4.0.x
  • 9138ae2 Next development version (v3.5.12-SNAPSHOT)
  • a7e63a7 Merge branch '3.5.x' into 4.0.x
  • 54ab3c5 Align "noteworthy" issues in release notes with Spring Framework
  • b3ae5b1 Merge branch '3.5.x' into 4.0.x
  • 996664f Temporarily switch Docker to overlay2
  • 1ce8743 Revert "Temporarily disable containerd snapshotter"
  • 5ba88c6 Temporarily disable containerd snapshotter
  • 1f1a88c Revert "Temporarily update system tests to use specific platform"
  • Additional commits viewable in compare view

Updates org.springframework.boot from 4.0.0-M3 to 4.1.0-M2

Release notes

Sourced from org.springframework.boot's releases.

v4.1.0-M2

⭐ New Features

  • Add support for publishMaxGaugeForHistograms in OtlpRegistry #49242
  • Add TWENTY_SIX to JavaVersion enum #49194
  • Support service connections with RabbitMQ Stream and Docker Compose #49162
  • Bind 'Optional' value object parameters as empty rather than null #49152
  • Add Kotlin DSL extension functions for TestEntityManager #49063
  • Add customizers for OtlpHttpLogRecordExporterBuilder and OtlpGrpcLogRecordExporterBuilder #49002
  • Improve performance of structure logging 'ContextPairs' nested name splitting #48999
  • Show certificates from truststore in SSL info endpoint #48967
  • Add time, locale, and work dir data to ProcessInfo #48959
  • Add compression mode OTLP property #48957
  • Provide support for adding to the mime types that are compressed #48930
  • Support service connections with RabbitMQ Streams and Testcontainers #42443
  • Provide configuration properties and customizers for configuring Jackson's factories #34709
  • Provide a configuration option to load properties config data files as UTF-8 #28663

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49250
  • Using the OTel and Zipkin starters together creates invalid configuration #49215
  • ClassNotFoundException when using Actuator without spring-boot-health #49198
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49061
  • Slice test includes fail to load when using spring-boot-starter-test-classic #49042
  • Java version requirement check for native image is confusing if AOT didn't run #49025
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49016
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48991
  • server.jetty.threads.max is ignored when using virtual threads #48990
  • Docker credential helpers with file extensions cannot be executed on Windows #48980

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #49213
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #49110
  • Document naming convention for custom test-scoped starters #49018
  • Delay removal of Jackson 2 support until 4.3 at the earliest #49011
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #49004
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #48978
  • Update the configuration metadata changelog to include properties whose default values have changed #48962
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #48947

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.2.1 #49254
  • Upgrade to Artemis 2.51.0 #49203
  • Upgrade to AssertJ 3.27.7 #49124
  • Upgrade to Byte Buddy 1.18.5 #49235
  • Upgrade to Commons Codec 1.21.0 #49125
  • Upgrade to Couchbase Client 3.11.1 #49252

... (truncated)

Commits
  • dc7a630 Release v4.1.0-M2
  • 1af0547 Polish "Upgrade to Flyway 12.0.1"
  • be4f1c3 Merge branch '4.0.x'
  • c9aae12 Next development version (v4.0.4-SNAPSHOT)
  • 8a3cbc4 Merge branch '4.0.x'
  • 5cc488d Merge branch '3.5.x' into 4.0.x
  • 9138ae2 Next development version (v3.5.12-SNAPSHOT)
  • 6edb8ad Merge branch '4.0.x'
  • a7e63a7 Merge branch '3.5.x' into 4.0.x
  • 54ab3c5 Align "noteworthy" issues in release notes with Spring Framework
  • Additional commits viewable in compare view

Updates org.cyclonedx.bom from 3.0.1 to 3.2.0

Updates au.com.dius.pact from 4.6.17 to 4.6.20

Updates com.gorylenko.gradle-git-properties from 2.5.3 to 2.5.7

Updates com.avast.gradle.docker-compose from 0.17.19 to 0.17.21

Release notes

Sourced from com.avast.gradle.docker-compose's releases.

0.17.21

NPE in ServiceInfo#getHost handled. #518

0.17.20

What's Changed

New Contributors

Full Changelog: avast/gradle-docker-compose-plugin@0.17.19...0.17.20

Commits
  • c954759 fix: avoid NPE in ServiceInfo#getHost
  • ac59693 chore(deps): update gradle to v9.3.1
  • 924cc8a fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v...
  • 5917270 chore(deps): update gradle to v9.3.0
  • ed1276d fix(deps): update dependency org.junit.platform:junit-platform-launcher to v1...
  • 66dc5fe chore(deps): update plugin org.jreleaser to v1.22.0
  • 15bb947 chore(deps): update actions/checkout digest to 8e8c483
  • 4b61f31 chore(deps): update actions/checkout action to v6
  • c9f0bf6 chore(deps): downgrade plugin org.jreleaser to v1.20.0
  • 74b38d8 feat: exposeAsEnvironmentFile (#506)
  • Additional commits viewable in compare view

Updates gradle-wrapper from 8.14 to 9.3.1

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2026 05:31
@dependabot dependabot bot added the java Pull requests that update java code label Feb 20, 2026
@dependabot dependabot bot force-pushed the dependabot/gradle/all-dependencies-d127167f00 branch 3 times, most recently from fca4f5f to 7fc53d7 Compare March 2, 2026 05:41
…8 updates

Bumps the all-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `4.0.0-M3` | `4.1.0-M2` |
| [org.springframework.boot:spring-boot-testcontainers](https://github.com/spring-projects/spring-boot) | `4.0.2` | `4.0.3` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `4.0.0-M3` | `4.1.0-M2` |
| org.cyclonedx.bom | `3.0.1` | `3.2.0` |
| au.com.dius.pact | `4.6.17` | `4.6.20` |
| com.gorylenko.gradle-git-properties | `2.5.3` | `2.5.7` |
| [com.avast.gradle.docker-compose](https://github.com/avast/gradle-docker-compose-plugin) | `0.17.19` | `0.17.21` |
| gradle-wrapper | `8.14` | `9.3.1` |



Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0-M3 to 4.1.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.0-M3...v4.1.0-M2)

Updates `org.springframework.boot:spring-boot-testcontainers` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.2...v4.0.3)

Updates `org.springframework.boot` from 4.0.0-M3 to 4.1.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.0-M3...v4.1.0-M2)

Updates `org.cyclonedx.bom` from 3.0.1 to 3.2.0

Updates `au.com.dius.pact` from 4.6.17 to 4.6.20

Updates `com.gorylenko.gradle-git-properties` from 2.5.3 to 2.5.7

Updates `com.avast.gradle.docker-compose` from 0.17.19 to 0.17.21
- [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases)
- [Commits](avast/gradle-docker-compose-plugin@0.17.19...0.17.21)

Updates `gradle-wrapper` from 8.14 to 9.3.1

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.1.0-M2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot:spring-boot-testcontainers
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-version: 4.1.0-M2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.cyclonedx.bom
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: au.com.dius.pact
  dependency-version: 4.6.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.gorylenko.gradle-git-properties
  dependency-version: 2.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.avast.gradle.docker-compose
  dependency-version: 0.17.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/all-dependencies-d127167f00 branch from 7fc53d7 to a182b15 Compare March 3, 2026 05:32
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