Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/maven-minor-patch-c1f7cdf4e1
Open

build(deps): bump the maven-minor-patch group across 1 directory with 14 updates#1488
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/maven-minor-patch-c1f7cdf4e1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

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

Package From To
org.apache.ant:ant 1.10.15 1.10.16
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
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

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

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 org.testingisdocumenting.webtau:webtau-core-groovy from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-junit5 from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-core from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-groovy from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-browser from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-maven-plugin from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-junit5 from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next development iteration
  • 946750a [maven-release-plugin] prepare release 2.5.1
  • Additional commits viewable in compare view

Updates org.testingisdocumenting.webtau:webtau-core from 2.4 to 2.6.3

Commits
  • 176cd6c [maven-release-plugin] prepare release 2.6.3
  • fd0b9cb build: jar and src for webtau shaded
  • d86a6a1 [maven-release-plugin] prepare for next development iteration
  • 2551050 [maven-release-plugin] prepare release 2.6.1
  • 25d28e7 build: add module names (#1665)
  • 36ddb2e [maven-release-plugin] prepare for next development iteration
  • 9943a07 [maven-release-plugin] prepare release 2.6
  • 06c83e3 reactjs: move to vite (#1656)
  • 3520651 [maven-release-plugin] prepare for next ...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 2, 2026
… 14 updates

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

| Package | From | To |
| --- | --- | --- |
| org.apache.ant:ant | `1.10.15` | `1.10.16` |
| [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` |
| [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` |



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

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 `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 `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: org.apache.ant:ant
  dependency-version: 1.10.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-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-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-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-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-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-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-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-footnotes
  dependency-version: 0.28.0
  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
  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-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-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-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-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
  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-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-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-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-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-c1f7cdf4e1 branch from 02c0040 to 16c496a Compare April 6, 2026 09:53
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