Skip to content

build(deps): bump the maven-minor-patch group across 1 directory with 19 updates#1536

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-minor-patch-db8b19e008
Open

build(deps): bump the maven-minor-patch group across 1 directory with 19 updates#1536
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-minor-patch-db8b19e008

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the maven-minor-patch group with 19 updates in the / directory:

Package From To
net.sourceforge.plantuml:plantuml-bsd 1.2026.2 1.2026.5
org.apache.ant:ant 1.10.15 1.10.17
org.commonmark:commonmark 0.27.1 0.28.0
org.commonmark:commonmark-java 0.27.1 0.28.0
org.commonmark:commonmark-ext-gfm-tables 0.27.1 0.28.0
org.commonmark:commonmark-ext-yaml-front-matter 0.27.1 0.28.0
org.commonmark:commonmark-ext-gfm-strikethrough 0.27.1 0.28.0
org.commonmark:commonmark-ext-footnotes 0.27.1 0.28.0
com.github.javaparser:javaparser-core 3.28.0 3.28.2
org.jsoup:jsoup 1.22.1 1.22.2
org.testingisdocumenting.webtau:webtau-core-groovy 2.4 2.6.3
org.testingisdocumenting.webtau:webtau 2.4 2.6.3
org.testingisdocumenting.webtau:webtau-junit5 2.4 2.6.3
org.testingisdocumenting.webtau:webtau-core 2.4 2.6.3
org.testingisdocumenting.webtau:webtau-groovy 2.4 2.6.3
org.testingisdocumenting.webtau:webtau-browser 2.4 2.6.3
org.testingisdocumenting.webtau:webtau-maven-plugin 2.4 2.6.3
io.swagger.parser.v3:swagger-parser 2.1.39 2.1.43
org.apache.maven:maven-plugin-api 3.9.14 3.9.16

Updates net.sourceforge.plantuml:plantuml-bsd from 1.2026.2 to 1.2026.5

Release notes

Sourced from net.sourceforge.plantuml:plantuml-bsd's releases.

v1.2026.5

What's Changed

New Contributors

Full Changelog: plantuml/plantuml@v1.2026.4...v1.2026.5

Release - Native Image (v1.2026.4)

Version v1.2026.4 of the 2026-05-20 at 20:36:00 (UTC)

This is a Native Image release of the latest development work.

Credit or GitHub Action used

v1.2026.4

What's Changed

New Contributors

Full Changelog: plantuml/plantuml@v1.2026.3...v1.2026.4

Release - Native Image (v1.2026.3)

Version v1.2026.3 of the 2026-05-08 at 16:22:55 (UTC)

This is a Native Image release of the latest development work.

Credit or GitHub Action used

v1.2026.3

... (truncated)

Changelog

Sourced from net.sourceforge.plantuml:plantuml-bsd's changelog.

V1.2026.5 (May 27, 2026)

V1.2026.4 (May 20, 2026)

V1.2026.3 (May 8, 2026)

... (truncated)

Commits
  • e0f0ce5 👷 fix CI
  • 7570bc5 🎉 version 1.2026.5
  • 711fb80 📦️ update standard library
  • 0b1d907 👷 drop build_artifacts dependency from native release job
  • 5d48a20 👷 fix casing of release_version output reference in ci.yml upload job
  • 55b6a75 👷 Fix 32-bit build failure caused by hardcoded JVM heap size (#2721)
  • b94e49b 🐛 accept decimal period, pulse and offset for timing clock (#2714)
  • 7a96c8d 👷 prepare CI for new release
  • f609859 🐛 fix HorizontalAlignment Right being ignored with MinimumWidth (#2717)
  • 830b6e4 📦️ add examples in standard library
  • Additional commits viewable in compare view

Updates org.apache.ant:ant from 1.10.15 to 1.10.17

Updates org.commonmark:commonmark from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-java from 0.27.1 to 0.28.0

Updates org.commonmark:commonmark-ext-gfm-tables from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-gfm-tables's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-gfm-tables's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-ext-yaml-front-matter from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-yaml-front-matter's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-yaml-front-matter's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-ext-gfm-strikethrough from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-gfm-strikethrough's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-gfm-strikethrough's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-ext-footnotes from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-footnotes's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-footnotes's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-java from 0.27.1 to 0.28.0

Updates org.commonmark:commonmark-ext-gfm-tables from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-gfm-tables's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-gfm-tables's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-ext-yaml-front-matter from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-yaml-front-matter's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-yaml-front-matter's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-ext-gfm-strikethrough from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-gfm-strikethrough's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-gfm-strikethrough's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates org.commonmark:commonmark-ext-footnotes from 0.27.1 to 0.28.0

Release notes

Sourced from org.commonmark:commonmark-ext-footnotes's releases.

commonmark-java 0.28.0

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Changelog

Sourced from org.commonmark:commonmark-ext-footnotes's changelog.

[0.28.0] - 2026-03-31

Added

  • New extension for alerts (aka callouts/admonitions)
    • Syntax:
      > [!NOTE]
      > The text of the note.
      
    • As types you can use NOTE, TIP, IMPORTANT, WARNING, CAUTION; or configure the extension to add additional ones.
    • Use class AlertsExtension in artifact commonmark-ext-gfm-alerts (#420)
  • New option maxOpenBlockParsers for Parser.Builder to set an overall limit for the depth of block parsing. If set, any nesting beyond the limit will be parsed as paragraph text instead. The default remains unlimited.
Commits
  • 9e30657 [maven-release-plugin] prepare release commonmark-parent-0.28.0
  • 75f6a97 Merge pull request #424 from commonmark/release-0.28.0
  • d278947 mvn versions:set -DnewVersion=0.28.0-SNAPSHOT
  • 873a861 Prepare CHANGELOG for version 0.28.0
  • 53a6365 Merge pull request #423 from commonmark/alerts-followup
  • 6621065 Add alerts extension to integration tests
  • e2e2755 README: Add section about alerts
  • 471e639 Merge pull request #420 from ia3andy/gfm-alerts
  • 61200f9 Update commonmark-ext-gfm-alerts/src/main/java/org/commonmark/ext/gfm/alerts/...
  • f40ff54 Merge pull request #422 from spirit-at-canva/spirit-add-node-depth-limit
  • Additional commits viewable in compare view

Updates com.github.javaparser:javaparser-core from 3.28.0 to 3.28.2

Release notes

Sourced from com.github.javaparser:javaparser-core's releases.

javaparser-parent-3.28.2

Added

  • fix: implement phase-2 poly-expression inference for method/construct or references (JLS §15.12.2.7) (PR #5031 by @​jlerbsc)
  • Enforce JLS §14.11.1 language-level rules for multi-pattern case labels (PR #5010 by @​jlerbsc)

Changed

Fixed

  • fix: resolve constructor references via context rather than constructed type (PR #5030 by @​jlerbsc)
  • fix: handle wildcard actualType in matchTypeParameters (issue #3751) (PR #5029 by @​jlerbsc)
  • Fix: UnsupportedOperationException when resolving method calls inside lambdas in Comparator.comparing (#2716) (PR #5026 by @​jlerbsc)
  • fix: resolve constructor parameter type for lambda in ObjectCreationExpr (PR #5024 by @​jlerbsc)
  • fix(FunctionalInterfaceLogic): return empty() for non-reference types (#3625) (PR #5022 by @​jlerbsc)
  • Fix lambda type inference for fully-qualified static method calls (#3476 (PR #5019 by @​jlerbsc)
  • fix(grammar): allow text block ending in escaped backslash before closing """ (PR #5017 by @​ethan-godden)
  • Fix parsing of multiple patterns in switch case labels (issue #4996) (PR #5009 by @​jlerbsc)

Uncategorised

  • fix: resolve NameExpr to field when local variable with same name is declared later (PR #5025 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

javaparser-parent-3.28.1

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refac...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/maven-minor-patch-db8b19e008 branch from 7c2971a to cdf4a3a Compare June 2, 2026 00:36
… 19 updates

Bumps the maven-minor-patch group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [net.sourceforge.plantuml:plantuml-bsd](https://github.com/plantuml/plantuml) | `1.2026.2` | `1.2026.5` |
| org.apache.ant:ant | `1.10.15` | `1.10.17` |
| [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) | `0.27.1` | `0.28.0` |
| org.commonmark:commonmark-java | `0.27.1` | `0.28.0` |
| [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) | `0.27.1` | `0.28.0` |
| [org.commonmark:commonmark-ext-yaml-front-matter](https://github.com/commonmark/commonmark-java) | `0.27.1` | `0.28.0` |
| [org.commonmark:commonmark-ext-gfm-strikethrough](https://github.com/commonmark/commonmark-java) | `0.27.1` | `0.28.0` |
| [org.commonmark:commonmark-ext-footnotes](https://github.com/commonmark/commonmark-java) | `0.27.1` | `0.28.0` |
| [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) | `3.28.0` | `3.28.2` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.22.1` | `1.22.2` |
| [org.testingisdocumenting.webtau:webtau-core-groovy](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [org.testingisdocumenting.webtau:webtau](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [org.testingisdocumenting.webtau:webtau-junit5](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [org.testingisdocumenting.webtau:webtau-core](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [org.testingisdocumenting.webtau:webtau-groovy](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [org.testingisdocumenting.webtau:webtau-browser](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [org.testingisdocumenting.webtau:webtau-maven-plugin](https://github.com/testingisdocumenting/webtau) | `2.4` | `2.6.3` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.39` | `2.1.43` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.14` | `3.9.16` |



Updates `net.sourceforge.plantuml:plantuml-bsd` from 1.2026.2 to 1.2026.5
- [Release notes](https://github.com/plantuml/plantuml/releases)
- [Changelog](https://github.com/plantuml/plantuml/blob/master/CHANGES.md)
- [Commits](plantuml/plantuml@v1.2026.2...v1.2026.5)

Updates `org.apache.ant:ant` from 1.10.15 to 1.10.17

Updates `org.commonmark:commonmark` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-java` from 0.27.1 to 0.28.0

Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-ext-yaml-front-matter` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-ext-footnotes` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-java` from 0.27.1 to 0.28.0

Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-ext-yaml-front-matter` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `org.commonmark:commonmark-ext-footnotes` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/commonmark/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.27.1...commonmark-parent-0.28.0)

Updates `com.github.javaparser:javaparser-core` from 3.28.0 to 3.28.2
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.28.0...javaparser-parent-3.28.2)

Updates `org.jsoup:jsoup` from 1.22.1 to 1.22.2
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.22.1...jsoup-1.22.2)

Updates `org.testingisdocumenting.webtau:webtau-core-groovy` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-junit5` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-core` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-groovy` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-browser` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-maven-plugin` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-junit5` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-core` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-groovy` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `org.testingisdocumenting.webtau:webtau-browser` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

Updates `io.swagger.parser.v3:swagger-parser` from 2.1.39 to 2.1.43
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.39...v2.1.43)

Updates `org.apache.maven:maven-plugin-api` from 3.9.14 to 3.9.16
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.14...maven-3.9.16)

Updates `org.testingisdocumenting.webtau:webtau-maven-plugin` from 2.4 to 2.6.3
- [Release notes](https://github.com/testingisdocumenting/webtau/releases)
- [Changelog](https://github.com/testingisdocumenting/webtau/blob/master/release.md)
- [Commits](testingisdocumenting/webtau@2.4...2.6.3)

---
updated-dependencies:
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-version: 2.1.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: net.sourceforge.plantuml:plantuml-bsd
  dependency-version: 1.2026.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.apache.ant:ant
  dependency-version: 1.10.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-footnotes
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-footnotes
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-gfm-strikethrough
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-gfm-strikethrough
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-yaml-front-matter
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-ext-yaml-front-matter
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-java
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.commonmark:commonmark-java
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-browser
  dependency-version: 2.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-browser
  dependency-version: 2.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-core
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-core
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-core-groovy
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-groovy
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-groovy
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-junit5
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-junit5
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-maven-plugin
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.testingisdocumenting.webtau:webtau-maven-plugin
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/maven-minor-patch-db8b19e008 branch from cdf4a3a to 8c33540 Compare June 2, 2026 04:25
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