Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

(v4.0.0): Bump org.springframework.boot:spring-boot-dependencies from 3.0.8 to 3.0.9 #466

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2023

Bumps org.springframework.boot:spring-boot-dependencies from 3.0.8 to 3.0.9.

Release notes

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

v3.0.9

🐞 Bug Fixes

  • Native reflection hints missing for nested properties declared in a superclass #36406
  • Only one health group can be exposed using management.endpoint.health.group.xxx.additional-path=server:/newpath when using Jersey #36275
  • MockitoPostProcessor doesn't check FactoryBean.OBJECT_TYPE_ATTRIBUTE correctly #36229
  • ImportsContextCustomizer does not support AliasFor #36208
  • Application fails to start when @Import a @ConfigurationProperties class that is eligible for constructor binding #36175
  • Saml2RelyingPartyRegistrationConfiguration can choose the wrong RelyingPartyRegistration.Builder when using a metadata file with multiple providers #36162
  • ConfigurationPropertiesReportEndpoint does not display primitive wrapper types #36159
  • OTel Span is missing required attributes #36155
  • ConfigurationPropertyName#equals is not symmetric when element has trailing dashes #36144
  • Auto-configured JacksonJsonpMapper is conditional on an ObjectMapper bean but does not use such a bean #36109
  • When using Flyway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration #36098
  • ScheduledTasksEndpoint throws NPE if PeriodicTrigger is used with custom SchedulingConfigurer #36081
  • Java system properties can not be applied to RestTemplate HttpClient connection in some cases #35815
  • Excluding auto-configuration class that relates to a TemplateAvailabilityProvider causes property binding to fail for native images #35682
  • Auto-configured ExemplarSampler bean only backs off when a DefaultExemplarSampler is defined #35619

📔 Documentation

  • Documented Servlet container system requirements are out of date #36354
  • Update the javadoc of ClientHttpRequestFactories to describe the ClientHttpRequestFactory implementations that it supports #36267
  • Polish formatting in "Running Spring Batch Jobs on Startup" #36225
  • Improve Kubernetes liveness and readiness probes customization documentation #36218
  • Document auto-configuration of underlying HTTP client when using WebClient or RestTemplate #36214
  • Polish Kafka Properties Docs #36141
  • Fix typo in the Using R2DBC section of the reference documentation #36138
  • Add Javadoc since to ImageReference.inTaglessForm() #36053
  • Javadoc of RestTemplateBuilder.requestFactory(Function) links to deprecated ClientHttpRequestFactorySupplier #36046
  • Javadoc of ConstructorBound and ConfigurationProperties links to deprecated ConstructorBinding annotation #36045
  • Improve documentation for baggage propagation into MDC #34977
  • Document observability auto-configuration for HTTP clients #34053

🔨 Dependency Upgrades

  • Upgrade to Dependency Management Plugin 1.1.2 #36433
  • Upgrade to Groovy 4.0.13 #36322
  • Upgrade to Hibernate Validator 8.0.1.Final #36323
  • Upgrade to Infinispan 14.0.12.Final #36324
  • Upgrade to Jakarta WebSocket 2.1.1 #36325
  • Upgrade to Janino 3.1.10 #36326
  • Upgrade to JBoss Logging 3.5.3.Final #36327
  • Upgrade to jOOQ 3.17.14 #36328
  • Upgrade to Lettuce 6.2.5.RELEASE #36434
  • Upgrade to Micrometer 1.10.9 #36178
  • Upgrade to Micrometer Tracing 1.0.8 #36291
  • Upgrade to R2DBC Postgresql 1.0.2.RELEASE #36465
  • Upgrade to Rabbit AMQP Client 5.16.1 #36329
  • Upgrade to Reactor Bom 2022.0.9 #36292

... (truncated)

Commits
  • 3e6c142 Release v3.0.9
  • 960f0ea Revert "Upgrade to R2DBC Pool 1.0.1.RELEASE"
  • e30b3fe Upgrade to Spring HATEOAS 2.0.6
  • 277efdc Upgrade to R2DBC Postgresql 1.0.2.RELEASE
  • e754a1b Upgrade to R2DBC Pool 1.0.1.RELEASE
  • f145ca0 Fix reflection hint generation for properties nested in superclass
  • 9d91dbc Use explicit matchers following Spring Security 6.0.5 upgrade
  • 0233178 Use explicit matchers following Spring Security 6.0.5 upgrade
  • 12011fb Merge branch '2.7.x' into 3.0.x
  • 1dcfb3c Upgrade to Spring Security 6.0.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

@dependabot dependabot bot force-pushed the dependabot/gradle/main/org.springframework.boot-spring-boot-dependencies-3.0.9 branch from 5acfc2d to 7382099 Compare August 18, 2023 14:34
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.8...v3.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/main/org.springframework.boot-spring-boot-dependencies-3.0.9 branch from 7382099 to 085a51b Compare August 18, 2023 14:34
@royclarkson royclarkson merged commit b6bafa2 into main Aug 18, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/main/org.springframework.boot-spring-boot-dependencies-3.0.9 branch August 18, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant