Skip to content

build(deps): bump com.vaadin:vaadin-spring from 3.2.1 to 25.1.9#8670

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.vaadin-vaadin-spring-25.1.9
Closed

build(deps): bump com.vaadin:vaadin-spring from 3.2.1 to 25.1.9#8670
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.vaadin-vaadin-spring-25.1.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps com.vaadin:vaadin-spring from 3.2.1 to 25.1.9.

Release notes

Sourced from com.vaadin:vaadin-spring's releases.

Vaadin Flow 25.1.9

Changes since 25.1.7

All changes

New features

Adds a configuration option to exclude packages from running postinstall scripts. Mirrors the existing npm.postinstallPackages add-list and applies to both the built-in default entries (e.g. esbuild, @​vaadin/vaadin-usage-statistics) and any packages added via postinstallPackages. Wired through Options, the Maven and Gradle plugins, and DevModeInitializer. Refs #24333.

Fixes

The bootstrap page update makes sure the app covers the entire viewport height on iOS when opened as a standalone/home screen app. Fixes #5576.

Vaadin Flow 25.1.7

Changes since 25.1.6

All changes

Fixes

  • Clear repeatable read transaction before running access tasks (#24400) (CP: 25.1) Commit · Pull request

    When a shared signal is updated concurrently with an ongoing UIDL request, effects associated with that UI would run with the repeatable read transaction used for the request. If the transaction cached the old value, effects would miss the update.

    The fix moves sessionScopedTransaction = null to execute before runPendingAccessTasks() instead of after, ensuring access tasks read fresh values.

    Fixes #24399

  • Encode location query parameter in init request to preserve + (#24089) (CP: 25.1) Commit · Pull request

    Re-add encodeURIComponent() around the location parameter in the init request query string. Without encoding, a literal + in the URL path (e.g. /+/dashboard) is interpreted as a space by the servlet container's query parameter decoding, resulting in InvalidLocationException: Relative path cannot start with /

    The encodeURIComponent was removed in vaadin/flow#22791 to preserve %2F in wildcard parameters, but this is not needed: double-encoding (%2F becomes %252F) is correctly undone by the servlet's single query parameter decode.

Vaadin Flow 25.1.6

Changes since 25.1.5

All changes

New features

... (truncated)

Commits

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 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 [com.vaadin:vaadin-spring](https://github.com/vaadin/flow) from 3.2.1 to 25.1.9.
- [Release notes](https://github.com/vaadin/flow/releases)
- [Commits](https://github.com/vaadin/flow/commits/25.1.9)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-spring
  dependency-version: 25.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from pethers as a code owner June 3, 2026 13:36
@dependabot dependabot Bot added dependencies java Pull requests that update Java code labels Jun 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 4f5e4d1.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

web-widgets/pom.xml

PackageVersionLicenseIssue Type
com.vaadin:vaadin-spring25.1.9NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
maven/com.vaadin:vaadin-spring 25.1.9 UnknownUnknown

Scanned Files

  • web-widgets/pom.xml

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 3, 2026

@pethers pethers closed this Jun 3, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 3, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@pethers pethers deleted the dependabot/maven/com.vaadin-vaadin-spring-25.1.9 branch June 3, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant