Skip to content

Bump the spring group across 4 directories with 2 updates#1421

Merged
curtisms merged 34 commits intomainfrom
dependabot/maven/labs/unicorn-stock-broker/spring-1448b9553f
Feb 24, 2026
Merged

Bump the spring group across 4 directories with 2 updates#1421
curtisms merged 34 commits intomainfrom
dependabot/maven/labs/unicorn-stock-broker/spring-1448b9553f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the spring group with 2 updates in the /labs/unicorn-stock-broker directory: org.springframework.boot:spring-boot-starter-parent and org.springframework.cloud:spring-cloud-dependencies.
Bumps the spring group with 2 updates in the /labs/unicorn-store/software/alternatives/unicorn-audit-service directory: org.springframework.boot:spring-boot-starter-parent and org.springframework.cloud:spring-cloud-dependencies.
Bumps the spring group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm directory: org.springframework.boot:spring-boot-starter-parent.
Bumps the spring group with 1 update in the /labs/unicorn-store/software/unicorn-store-spring directory: org.springframework.boot:spring-boot-starter-parent.

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

Updates org.springframework.cloud:spring-cloud-dependencies from 2025.0.0 to 2025.1.0

Commits
  • fad431d Update SNAPSHOT to 2025.1.0
  • 922da91 Merge pull request #444 from spring-cloud/dependabot/github_actions/main/acti...
  • 56207f4 Bump actions/checkout from 5 to 6
  • f9e1a3a Updates GenerateReleaseTrainDocs to use property from bom for boot version.
  • 36f42b2 Removes spring-cloud-starter-parent
  • 250329c Bumping versions
  • ef9f533 Updates boot to 4.0.0
  • 3c1ebc0 Bumping versions
  • 35cf36e Going back to snapshots
  • bd1fc81 Update SNAPSHOT to 2025.1.0-RC1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

Updates org.springframework.cloud:spring-cloud-dependencies from 2025.0.0 to 2025.1.0

Commits
  • fad431d Update SNAPSHOT to 2025.1.0
  • 922da91 Merge pull request #444 from spring-cloud/dependabot/github_actions/main/acti...
  • 56207f4 Bump actions/checkout from 5 to 6
  • f9e1a3a Updates GenerateReleaseTrainDocs to use property from bom for boot version.
  • 36f42b2 Removes spring-cloud-starter-parent
  • 250329c Bumping versions
  • ef9f533 Updates boot to 4.0.0
  • 3c1ebc0 Bumping versions
  • 35cf36e Going back to snapshots
  • bd1fc81 Update SNAPSHOT to 2025.1.0-RC1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • 4f03b44 Merge branch '3.4.x' into 3.5.x
  • 3d15c13 Next development version (v3.4.13-SNAPSHOT)
  • dc140df Upgrade to Spring Framework 7.0.1
  • Additional commits viewable in compare view

Updates org.springframework.cloud:spring-cloud-dependencies from 2025.0.0 to 2025.1.0

Commits
  • fad431d Update SNAPSHOT to 2025.1.0
  • 922da91 Merge pull request #444 from spring-cloud/dependabot/github_actions/main/acti...
  • 56207f4 Bump actions/checkout from 5 to 6
  • f9e1a3a Updates GenerateReleaseTrainDocs to use property from bom for boot version.
  • 36f42b2 Removes spring-cloud-starter-parent
  • 250329c Bumping versions
  • ef9f533 Updates boot to 4.0.0
  • 3c1ebc0 Bumping versions
  • 35cf36e Going back to snapshots
  • bd1fc81 Update SNAPSHOT to 2025.1.0-RC1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 4.0.0

Release notes

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

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • ...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot bot added 6 commits November 24, 2025 09:51
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the awssdk group with 2 updates in the /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction directory: software.amazon.awssdk:dynamodb and software.amazon.awssdk:aws-crt-client.
Bumps the awssdk group with 1 update in the /labs/unicorn-stock-broker directory: software.amazon.awssdk:bom.
Bumps the awssdk group with 1 update in the /labs/unicorn-store/infrastructure/db-setup directory: software.amazon.awssdk:bom.
Bumps the awssdk group with 2 updates in the /labs/unicorn-store/software/alternatives/unicorn-audit-service directory: software.amazon.awssdk:dynamodb and software.amazon.awssdk:aws-crt-client.
Bumps the awssdk group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-micronaut directory: software.amazon.awssdk:bom.
Bumps the awssdk group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-quarkus directory: software.amazon.awssdk:bom.
Bumps the awssdk group with 2 updates in the /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm directory: software.amazon.awssdk:aws-crt-client and software.amazon.awssdk:eventbridge.
Bumps the awssdk group with 2 updates in the /labs/unicorn-store/software/unicorn-store-spring directory: software.amazon.awssdk:aws-crt-client and software.amazon.awssdk:eventbridge.


Updates `software.amazon.awssdk:dynamodb` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:dynamodb` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:dynamodb` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:dynamodb` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:dynamodb` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:dynamodb` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:eventbridge` from 2.31.50 to 2.39.6

Updates `software.amazon.awssdk:aws-crt-client` from 2.31.50 to 2.39.6

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
- dependency-name: software.amazon.awssdk:aws-crt-client
  dependency-version: 2.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: awssdk
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the spring group with 2 updates in the /labs/unicorn-stock-broker directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release).
Bumps the spring group with 2 updates in the /labs/unicorn-store/software/alternatives/unicorn-audit-service directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release).
Bumps the spring group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot).
Bumps the spring group with 1 update in the /labs/unicorn-store/software/unicorn-store-spring directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
...

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 Dec 1, 2025
dependabot bot and others added 20 commits December 22, 2025 09:10
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the junit group with 1 update in the /labs/unicorn-location-api/UnicornLocationFunction directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework).
Bumps the junit group with 1 update in the /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework).
Bumps the junit group with 1 update in the /labs/unicorn-stock-broker directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework).
Bumps the junit group with 1 update in the /labs/unicorn-store/infrastructure/cdk directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework).


Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.1 to 6.0.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r6.0.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: junit
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.amazonaws:aws-lambda-java-runtime-interface-client](https://github.com/aws/aws-lambda-java-libs) from 2.8.6 to 2.9.0.
- [Commits](https://github.com/aws/aws-lambda-java-libs/commits)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-lambda-java-runtime-interface-client
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the jackson group with 1 update in the /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction directory: [com.fasterxml.jackson.jr:jackson-jr-objects](https://github.com/FasterXML/jackson-jr).
Bumps the jackson group with 1 update in the /labs/unicorn-store/infrastructure/db-setup directory: [com.fasterxml.jackson.jr:jackson-jr-objects](https://github.com/FasterXML/jackson-jr).


Updates `com.fasterxml.jackson.jr:jackson-jr-objects` from 2.19.1 to 2.21.0
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.19.1...jackson-jr-parent-2.21.0)

Updates `com.fasterxml.jackson.jr:jackson-jr-objects` from 2.19.1 to 2.21.0
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.19.1...jackson-jr-parent-2.21.0)

Updates `com.fasterxml.jackson.jr:jackson-jr-objects` from 2.19.1 to 2.21.0
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.19.1...jackson-jr-parent-2.21.0)

Updates `com.fasterxml.jackson.jr:jackson-jr-objects` from 2.19.1 to 2.21.0
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.19.1...jackson-jr-parent-2.21.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the postgresql group with 1 update in the /labs/unicorn-store/infrastructure/db-setup directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the postgresql group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the postgresql group with 1 update in the /labs/unicorn-store/software/unicorn-store-spring directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).


Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.9)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: postgresql
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.11.2...0.11.4)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-version: 0.11.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the maven-compiler-plugin group with 1 update in the /labs/unicorn-store/infrastructure/cdk directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin).
Bumps the maven-compiler-plugin group with 1 update in the /labs/unicorn-store/infrastructure/db-setup directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin).
Bumps the maven-compiler-plugin group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-quarkus directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin).


Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-compiler-plugin
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [io.micronaut.platform:micronaut-parent](https://github.com/micronaut-projects/micronaut-core) from 4.10.0 to 4.10.8.
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.0.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.0...v4.10.8)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-parent
  dependency-version: 4.10.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps `quarkus.platform.version` from 3.24.3 to 3.31.3.

Updates `io.quarkus.platform:quarkus-bom` from 3.24.3 to 3.31.3
- [Commits](quarkusio/quarkus-platform@3.24.3...3.31.3)

Updates `io.quarkus.platform:quarkus-amazon-services-bom` from 3.24.3 to 3.31.3
- [Commits](quarkusio/quarkus-platform@3.24.3...3.31.3)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.24.3 to 3.31.3
- [Commits](quarkusio/quarkus-platform@3.24.3...3.31.3)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.31.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-amazon-services-bom
  dependency-version: 3.31.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.31.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…rn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/org.apache.maven.plugins-maven-shade-plugin-3.6.1

Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 in /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
…rn-store/infrastructure/db-setup/org.apache.maven.plugins-maven-shade-plugin-3.6.1

Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 in /labs/unicorn-store/infrastructure/db-setup
…rn-store/software/alternatives/unicorn-store-spring-graalvm/org.apache.maven.plugins-maven-shade-plugin-3.6.1

Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 in /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm
…rn-store/software/unicorn-store-spring/org.apache.maven.plugins-maven-shade-plugin-3.6.1

Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 in /labs/unicorn-store/software/unicorn-store-spring
…rn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/awssdk-99a962e8f2

Bump the awssdk group across 8 directories with 4 updates
…rn-store/infrastructure/cdk/org.codehaus.mojo-exec-maven-plugin-3.6.3

Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 in /labs/unicorn-store/infrastructure/cdk
…rn-location-api/UnicornLocationFunction/junit-7358489005

Bump the junit group across 4 directories with 1 update
…rn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/com.amazonaws-aws-lambda-java-runtime-interface-client-2.9.0

Bump com.amazonaws:aws-lambda-java-runtime-interface-client from 2.8.6 to 2.9.0 in /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
…rn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/jackson-af56e9690d

Bump the jackson group across 2 directories with 1 update
…rn-store/infrastructure/db-setup/postgresql-f99bcd01ec

Bump the postgresql group across 3 directories with 1 update
Bumps [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.225.0 to 2.238.0.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](aws/aws-cdk@v2.225.0...v2.238.0)

---
updated-dependencies:
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-version: 2.238.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
curtisms and others added 8 commits February 23, 2026 15:35
…rn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/org.graalvm.buildtools-native-maven-plugin-0.11.4

Bump org.graalvm.buildtools:native-maven-plugin from 0.11.2 to 0.11.4 in /labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
…rn-store/infrastructure/cdk/maven-compiler-plugin-36133e2f90

Bump the maven-compiler-plugin group across 3 directories with 1 update
…rn-store/infrastructure/cdk/software.amazon.awscdk-aws-cdk-lib-2.238.0

Bump software.amazon.awscdk:aws-cdk-lib from 2.225.0 to 2.238.0 in /labs/unicorn-store/infrastructure/cdk
…rn-store/software/alternatives/unicorn-store-micronaut/io.micronaut.platform-micronaut-parent-4.10.8

Bump io.micronaut.platform:micronaut-parent from 4.10.0 to 4.10.8 in /labs/unicorn-store/software/alternatives/unicorn-store-micronaut
…rn-store/software/alternatives/unicorn-store-quarkus/quarkus.platform.version-3.31.3

Bump quarkus.platform.version from 3.24.3 to 3.31.3 in /labs/unicorn-store/software/alternatives/unicorn-store-quarkus
Bumps the spring group with 2 updates in the /labs/unicorn-stock-broker directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release).
Bumps the spring group with 2 updates in the /labs/unicorn-store/software/alternatives/unicorn-audit-service directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release).
Bumps the spring group with 1 update in the /labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot).
Bumps the spring group with 1 update in the /labs/unicorn-store/software/unicorn-store-spring directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot).

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.0.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
...

Signed-off-by: dependabot[bot] <support@github.com>
…lementation until it is upgraded to jackson3
…ock-broker/spring-1448b9553f' into dependabot/maven/labs/unicorn-stock-broker/spring-1448b9553f

# Conflicts:
#	labs/unicorn-stock-broker/pom.xml
@curtisms curtisms merged commit b845ed2 into main Feb 24, 2026
11 checks passed
@dependabot dependabot bot deleted the dependabot/maven/labs/unicorn-stock-broker/spring-1448b9553f branch February 24, 2026 22:34
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.

1 participant