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

Bump org.springframework.boot:spring-boot-dependencies from 2.7.5 to 3.0.8 #8985

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v3.0.8

🐞 Bug Fixes

  • Spring Boot properties migrator can create circular references #35933
  • Actuator loggers list endpoint throws exception on Log4J2 loggers with custom log levels #35920
  • Validation is not applied for ConfigurationProperties that implement Validator and use @ConstructorBinding #35912
  • Devtools does not support package-private main classes #35864
  • Processing of @EndpointCloudFoundryExtension logs a warnings as it does not use @AliasFor on its override of the endpoint attribute #35765
  • Java 20 is supported but there's no value for it in the JavaVersion enum #35763
  • Tracing only supports a single context propagation type #35611
  • Constructor binding of @ConfigurationProperties to a lateinit property fails with kotlin.UninitializedPropertyAccessException #35603
  • When a configuration properties bean is defined using a @Bean method, BindableRuntimeHintsRegistrar may incorrectly register hints for constructor binding #35564
  • Enabling Spring Data Elasticsearch auditing causes application startup failure #33651
  • Websockets don't work when using WebFlux with Jetty #33347

📔 Documentation

  • Update description of spring-boot-starter-data-rest to clarify that it uses Spring MVC #35910
  • Add @DynamicPropertySource to documented list of property source ordering #35908
  • Move property notes up to external configuration section #35768
  • Description of spring.data.mongodb.uri property incorrectly states that it overrides spring.data.mongodb.database #35689
  • Improve OAuth2 Client section of docs #35679
  • Document audience support in OAuth2 resource server #35633
  • Description of build-image and build-image-no-fork Maven plugin goals is inconsistent #35609
  • Remove @EnableBatchProcessing mentions in reference documentation for sliced tests and user configuration #33435

🔨 Dependency Upgrades

  • Upgrade to Couchbase Client 3.4.7 #35879
  • Upgrade to Dropwizard Metrics 4.2.19 #35803
  • Upgrade to Git Commit ID Plugin 5.0.1 #35804
  • Upgrade to Glassfish JAXB 4.0.3 #35880
  • Upgrade to Hazelcast 5.1.7 #35989
  • Upgrade to HSQLDB 2.7.2 #35805
  • Upgrade to Infinispan 14.0.11.Final #35990
  • Upgrade to Jakarta Json 2.1.2 #35807
  • Upgrade to Jakarta Mail 2.1.2 #35808
  • Upgrade to JBoss Logging 3.5.1.Final #35809
  • Upgrade to Logback 1.4.8 #35881
  • Upgrade to Lombok 1.18.28 #35810
  • Upgrade to Micrometer 1.10.8 #35734
  • Upgrade to Micrometer Tracing 1.0.7 #35735
  • Upgrade to Native Build Tools Plugin 0.9.23 #35991
  • Upgrade to Neo4j Java Driver 5.9.0 #35867
  • Upgrade to Netty 4.1.94.Final #35992
  • Upgrade to Reactor Bom 2022.0.8 #35736
  • Upgrade to Spring AMQP 3.0.5 #35737
  • Upgrade to Spring Data Bom 2022.0.7 #35738
  • Upgrade to Spring Framework 6.0.10 #35739
  • Upgrade to Spring GraphQL 1.1.5 #35775

... (truncated)

Commits
  • d584b21 Release v3.0.8
  • 1596f69 Merge branch '2.7.x' into 3.0.x
  • fff30ef Configure timeouts on staging builds
  • 9db3c5a Polish
  • f7af1ba Upgrade to Spring WS 4.0.5
  • 5c8ed94 Start building against Spring WS 4.0.5 snapshots
  • 86c6cc7 Merge branch '2.7.x' into 3.0.x
  • f6841c3 Revert "Start building against Spring WS 3.1.7 snapshots"
  • 39c3827 Initialize WebSocket infrastructure when using WebFlux and Jetty
  • 641f00f Disable test when Java version is too high
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.0.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.5...v3.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team July 19, 2023 22:03
@trask
Copy link
Member

trask commented Jul 20, 2023

@dependabot ignore this major version

@dependabot dependabot bot closed this Jul 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2023

OK, I won't notify you about version 3.x.x again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/gradle/org.springframework.boot-spring-boot-dependencies-3.0.8 branch July 20, 2023 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant