Skip to content

build(deps): bump org.springframework:spring-web from 7.0.0-M3 to 7.0.0-M4 #3262

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps org.springframework:spring-web from 7.0.0-M3 to 7.0.0-M4.

Release notes

Sourced from org.springframework:spring-web's releases.

v7.0.0-M4

⭐ New Features

  • Make BeanDefinitionPropertyValueCodeGeneratorDelegates public #34761
  • Add AOT support for Registry of HTTP Interface Proxies #34750
  • Make HttpServiceGroupConfigurer extend Ordered. #34739
  • Introduce queryParamCount() in MockRestRequestMatchers #34703
  • Add method level callback for HttpRequestValues initialization #34699
  • Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation #34673
  • Add visibility and return type to SimpleMethodMetadata toString #34649
  • Revise RepeatableContainers API to better guide developers #34637
  • Extract AnnotatedElementAdapter to public type #34628
  • Add support for ImportAware in BeanRegistrar #34627
  • Introduce Stream variant methods for SqlQuery #34623
  • Generate compiled SpEL expressions using Java 17 byte code level #34602
  • Allow adding bean name aliases in the programmatic bean registration DSL #34599
  • Support API Versioning in Tests #34568
  • Support API Versioning on the Client Side #34567
  • Propagate CoroutineContext to the CoExchangeFilterFunction #34555
  • Introduce OptionalToObjectConverter #34544
  • Create Registry for HTTP Interface Proxies with Extensible Registration DSL #33992
  • Reconsider log level for final methods on CGLIB proxy classes #33939
  • Enforce Servlet 6.1 and WebSocket 2.2 baselines #33918
  • Consider ClassFile API for reading class metadata from bytecode #33616
  • Give JdbcClient access to ConversionService for converting custom database object types #33467
  • Consider not rejecting preflight requests when no CORS configuration is provided #31839

📔 Documentation

  • Turn "CDS" documentation into a "JVM AOT cache" one #34700
  • Document that attribute is optional in @⁠AliasFor for overrides with the same name #34641
  • Reinstate links to JUnit 5 Javadoc APIs #27497

🔨 Dependency Upgrades

  • Upgrade to AspectJ 1.9.24 #34752
  • Upgrade to Gson 2.13.0 #34772
  • Upgrade to Kotlin 2.1.20 #34632
  • Upgrade to Micrometer 1.15.0-RC1 #34771
  • Upgrade to Reactor 2025.0.0-M2 #34770

❤️ Contributors

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

@​OlgaMaciaszek, @​Tussle0410, @​dmitrysulman, @​kilink, and @​quaff

Commits
  • 510e406 Release v7.0.0-M4
  • a185f15 Upgrade to Gson 2.13.0
  • 7a4bf1d Upgrade to Reactor 2025.0.0-M2
  • 16bb91e Upgrade to Micrometer 1.15.0-RC1
  • cb76ebc Merge branch '6.2.x'
  • c70741f Next development version (v6.2.7-SNAPSHOT)
  • 39e263f Switch javadoc link-modularity-mismatch flag to info
  • 3057de7 Merge branch '6.2.x'
  • f40d986 Revise configuration for javadoc Gradle tasks
  • d8b05c7 Merge branch '6.2.x'
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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:spring-web](https://github.com/spring-projects/spring-framework) from 7.0.0-M3 to 7.0.0-M4.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v7.0.0-M3...v7.0.0-M4)

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

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 Apr 21, 2025
Copy link

github-actions bot commented Apr 21, 2025

PR Summary

This PR updates the org.springframework:spring-web dependency from version 7.0.0-M3 to 7.0.0-M4. This update includes new features, documentation improvements, and dependency upgrades, as detailed in the release notes. The change affects the dynamic-proxy/pom.xml file, updating the dependency version.

Changes

File Summary
dynamic-proxy/pom.xml This file was updated to reflect the change in the org.springframework:spring-web dependency version from 7.0.0-M3 to 7.0.0-M4. This is a direct dependency update.

autogenerated by presubmit.ai

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Review Summary

Commits Considered (1)
  • bb22dac: build(deps): bump org.springframework:spring-web

Bumps org.springframework:spring-web from 7.0.0-M3 to 7.0.0-M4.


updated-dependencies:

  • dependency-name: org.springframework:spring-web
    dependency-version: 7.0.0-M4
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] support@github.com

Files Processed (1)
  • dynamic-proxy/pom.xml (1 hunk)
Actionable Comments (0)
Skipped Comments (0)

Copy link

@iluwatar iluwatar merged commit 6e20d32 into master Apr 22, 2025
2 checks passed
@iluwatar iluwatar deleted the dependabot/maven/org.springframework-spring-web-7.0.0-M4 branch April 22, 2025 18:50
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