Skip to content

build: bump the maven group with 7 updates - #301

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-e836e585ea
Open

build: bump the maven group with 7 updates#301
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-e836e585ea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 7 updates:

Package From To
com.vaadin:vaadin-bom 25.2.2 25.2.4
com.vaadin:vaadin-maven-plugin 25.2.2 25.2.4
org.json:json 20260522 20260719
org.weasis:weasis-dicom-tools 5.34.3.1 5.34.3.2
org.apache.maven.plugins:maven-jar-plugin 3.5.0 3.5.1
org.apache.felix:maven-bundle-plugin 6.0.2 6.1.0
com.diffplug.spotless:spotless-maven-plugin 3.8.0 3.9.0

Updates com.vaadin:vaadin-bom from 25.2.2 to 25.2.4

Updates com.vaadin:vaadin-maven-plugin from 25.2.2 to 25.2.4

Release notes

Sourced from com.vaadin:vaadin-maven-plugin's releases.

Vaadin 25.2.4

This is a maintenance release for Vaadin 25.2. See 25.2.0 release notes for details and resources.

Changes since 25.2.3

Unchanged Modules

Vaadin 25.2.3

This is a maintenance release for Vaadin 25.2. See 25.2.0 release notes for details and resources.

Changes since 25.2.2

  • Flow: 25.2.225.2.325.2.4

    • NOTE: Vite downgraded to 8.0
    • Flow 25.2.3 reverts the bundled Vite version from 8.1 back to 8.0. The 8.1 update introduced a change in how the underlying bundler processes TypeScript sources shipped by add-ons, which caused some components provided through add-ons (for example those using Lit decorators) to fail to load in the browser. Downgrading to Vite 8.0 restores the previous, working behavior while a complete fix is prepared for an upcoming release. No changes are required in your application. You can follow the progress in [#24982](https://github.com/vaadin/platform/issues/24982)
  • Web Components: 25.2.325.2.4

  • Flow Components: 25.2.225.2.3

  • Copilot: 25.2.225.2.3

Unchanged Modules

... (truncated)

Commits

Updates org.json:json from 20260522 to 20260719

Release notes

Sourced from org.json:json's releases.

20260719

Pull Request Description
#1069 pre-release-20260719 prep for next release
#1068 Max number length config for BigInteger and BigDecimal
#1067 bound BigDecimal→BigInteger expansion in objectToBigInteger (completes CVE-2026-59171 fix)
#1065 Fixes CVE-2026-59171
#1062 Refactor CDL row serialization for readability
#1061 Restore lenient jsonarray allow consecutive commas and insert null
#1058 Docs and warnings cleanup
Changelog

Sourced from org.json:json's changelog.

20260719 Fixes CVE-2026-59171 very large BigInteger, BigDecimal

Commits
  • 1795e8c Merge pull request #1069 from stleary/pre-release-20260719
  • da757c6 pre-release-20260719 oops forgot to update new unit tests for strict mode
  • d24bc9e pre-release-20260719 initial commit
  • 80efb52 Merge pull request #1068 from stleary/max-number-length-config
  • 9953b76 max-number-length-config sonarqube fixes
  • a28328c Merge pull request #1067 from mechko/1063-biginteger-exponent-dos
  • 703ac34 #1063: add JSONParserConfiguration overloads for getBigInteger/optBigInteger
  • e40d933 #1063: add comment to expected-exception catch block (SonarCloud java:S108)
  • fce83c9 #1063: bound BigDecimal->BigInteger expansion in objectToBigInteger
  • 90563eb 1063-option-3 parserConfig set max len
  • Additional commits viewable in compare view

Updates org.weasis:weasis-dicom-tools from 5.34.3.1 to 5.34.3.2

Updates org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.

3.5.1

📝 Documentation updates

  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#550) @​potiuk

👻 Maintenance

  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#550) @​potiuk
  • Use plugin version properties (3.x) (#535) @​Bukama

📦 Dependency updates

Commits
  • b0cd63d [maven-release-plugin] prepare release maven-jar-plugin-3.5.1
  • 5318a4f Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability
  • 8e0b9bb Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#547)
  • d5a438b Fix javadoc
  • 774fac9 Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0
  • b71f403 Bump mavenVersion from 3.9.15 to 3.9.16 (#536)
  • 9f2a001 Use plugin version properties (3.x) (#535)
  • 68a978f Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#534)
  • e105821 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#529)
  • 953dc1a Bump mavenVersion from 3.9.14 to 3.9.15 (#528)
  • Additional commits viewable in compare view

Updates org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0

Updates com.vaadin:vaadin-maven-plugin from 25.2.2 to 25.2.4

Release notes

Sourced from com.vaadin:vaadin-maven-plugin's releases.

Vaadin 25.2.4

This is a maintenance release for Vaadin 25.2. See 25.2.0 release notes for details and resources.

Changes since 25.2.3

Unchanged Modules

Vaadin 25.2.3

This is a maintenance release for Vaadin 25.2. See 25.2.0 release notes for details and resources.

Changes since 25.2.2

  • Flow: 25.2.225.2.325.2.4

    • NOTE: Vite downgraded to 8.0
    • Flow 25.2.3 reverts the bundled Vite version from 8.1 back to 8.0. The 8.1 update introduced a change in how the underlying bundler processes TypeScript sources shipped by add-ons, which caused some components provided through add-ons (for example those using Lit decorators) to fail to load in the browser. Downgrading to Vite 8.0 restores the previous, working behavior while a complete fix is prepared for an upcoming release. No changes are required in your application. You can follow the progress in [#24982](https://github.com/vaadin/platform/issues/24982)
  • Web Components: 25.2.325.2.4

  • Flow Components: 25.2.225.2.3

  • Copilot: 25.2.225.2.3

Unchanged Modules

... (truncated)

Commits

Updates com.diffplug.spotless:spotless-maven-plugin from 3.8.0 to 3.9.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v3.9.0

Added

Changes

  • Replace RDF formatter library de.atextor:turtle-formatter (discontinued) with cool.rdf:cool-rdf-formatter (its new coordinates); the RDF/turtle formatter now requires Java 25+. (#2995)
  • Bump default greclipse version to latest 4.39 -> 4.40. (#2989)
  • Bump default tabletest-formatter version 1.1.1 -> 1.1.2.
Commits
  • ff6ac27 Published maven/3.9.0
  • cbd01c4 Published gradle/8.9.0
  • c724e70 Published lib/4.9.0
  • 793638d Replace de.atextor:turtle-formatter with cool.rdf:cool-rdf-formatter (#2995)
  • 3cb7227 Note Java 25+ requirement for RDF formatter; tidy changelogs
  • fd9eb96 Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatter
  • d407109 Add support for prince-of-space Java formatter (#2991)
  • cb64859 Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatter
  • f88db43 Bump tabletest-formatter to 1.1.2 (#3001)
  • ec7db39 Bump tabletest-formatter to 1.1.2
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| com.vaadin:vaadin-bom | `25.2.2` | `25.2.4` |
| [com.vaadin:vaadin-maven-plugin](https://github.com/vaadin/platform) | `25.2.2` | `25.2.4` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20260522` | `20260719` |
| org.weasis:weasis-dicom-tools | `5.34.3.1` | `5.34.3.2` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.5.0` | `3.5.1` |
| org.apache.felix:maven-bundle-plugin | `6.0.2` | `6.1.0` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.8.0` | `3.9.0` |


Updates `com.vaadin:vaadin-bom` from 25.2.2 to 25.2.4

Updates `com.vaadin:vaadin-maven-plugin` from 25.2.2 to 25.2.4
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@25.2.2...25.2.4)

Updates `org.json:json` from 20260522 to 20260719
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](stleary/JSON-java@2026052...2026071)

Updates `org.weasis:weasis-dicom-tools` from 5.34.3.1 to 5.34.3.2

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

Updates `org.apache.felix:maven-bundle-plugin` from 6.0.2 to 6.1.0

Updates `com.vaadin:vaadin-maven-plugin` from 25.2.2 to 25.2.4
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@25.2.2...25.2.4)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/3.8.0...maven/3.9.0)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 25.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 25.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.json:json
  dependency-version: '20260719'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.weasis:weasis-dicom-tools
  dependency-version: 5.34.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 25.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
...

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 Aug 1, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 1, 2026

Copy link
Copy Markdown

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.

0 participants