Skip to content

Bump org.jsmart:zerocode-tdd from 1.4.1 to 1.4.3#639

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.jsmart-zerocode-tdd-1.4.3
Closed

Bump org.jsmart:zerocode-tdd from 1.4.1 to 1.4.3#639
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.jsmart-zerocode-tdd-1.4.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps org.jsmart:zerocode-tdd from 1.4.1 to 1.4.3.

Release notes

Sourced from org.jsmart:zerocode-tdd's releases.

1.4.3

https://central.sonatype.com/artifact/org.jsmart/zerocode-tdd/1.4.3

<dependency>
    <groupId>org.jsmart</groupId>
    <artifactId>zerocode-tdd</artifactId>
    <version>1.4.3</version>
    <scope>test</scope>
</dependency>

🚀 What's New in 1.4.3

This release introduces

  • tabular text report generation,
  • improves file deduplication in classpath scanning,
  • and includes quality-of-life enhancements for test reporting.

✨ Features & Enhancements

  • Tabular Text Report (.txt) Generation (#TBD): Added generateTableReport() to produce a formatted ASCII table report alongside the CSV report. The table includes scenario names, steps, HTTP methods, pass/fail status with emojis, and response delay metrics. Reports are written to target/zerocode-junit-granular-report.txt for easy viewing and sharing. — @​nirmalchandra

  • File Deduplication in Classpath Scanning: Enhanced SmartUtils.getAllEndPointFiles() to deduplicate file paths when the same package exists across multiple classpath roots (e.g., file system + JAR). Uses distinct() and sorted() to ensure unique, ordered results. — @​nirmalchandra


🐛 Bug Fixes

  • False-positive duplicate scenario detection: Fixed an issue where the same file appearing in multiple classpath roots was incorrectly flagged as a duplicate scenario name. The distinct() fix in file collection now prevents this false positive. —

PRs merged in this release

  1. Tabular report generation implementation
  2. File deduplication for classpath scanning

Contributors

@​nirmalchandra


Full Changelog: authorjapps/zerocode@1.4.2...1.4.3

Download Stats:

... (truncated)

Commits
  • b15c0ed Merge pull request #775 from authorjapps/dedupfiles
  • 6683226 Text min report from CSV report objects(non-null fields only)
  • 866b275 Dedup multiple entries for package-root runner(not CherryPick @​Scenarios)
  • df85b94 Update AI prompt for scenario generation
  • c135ad5 removed warning for pipe syntax removal
  • af90762 Update RELEASE.md with release note generation instructions
  • 2d3f70b Merge pull request #770 from authorjapps/1_4_2
  • 8a01c4b Release version 1.4.2
  • 60af51d Merge pull request #769 from authorjapps/custom_report_name
  • 97fcf8e Removed redundant builder methods from ZerocodeCorrelationshipLogger
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jsmart:zerocode-tdd](https://github.com/authorjapps/zerocode) from 1.4.1 to 1.4.3.
- [Release notes](https://github.com/authorjapps/zerocode/releases)
- [Changelog](https://github.com/authorjapps/zerocode/blob/master/RELEASE.md)
- [Commits](authorjapps/zerocode@1.4.1...1.4.3)

---
updated-dependencies:
- dependency-name: org.jsmart:zerocode-tdd
  dependency-version: 1.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 27, 2026
@giis-qabot
Copy link
Copy Markdown
Contributor

This has been included in the combined pull request Combined dependency updates (2026-06-02)

@giis-qabot giis-qabot closed this Jun 2, 2026
@giis-qabot giis-qabot deleted the dependabot/maven/org.jsmart-zerocode-tdd-1.4.3 branch June 2, 2026 04:49
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 2, 2026

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

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

giis-qabot added a commit that referenced this pull request Jun 2, 2026
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4](#643)
- [Bump com.ing.data:cassandra-jdbc-wrapper from 4.16.3 to 5.0.0](#644)
- [Bump actions/setup-dotnet from 5.2.0 to 5.3.0](#642)
- [Bump surefire.version from 3.5.5 to 3.5.6](#641)
- [Bump Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0](#640)
- [Bump org.jsmart:zerocode-tdd from 1.4.1 to 1.4.3](#639)
- [Bump io.swagger.parser.v3:swagger-parser from 2.1.42 to 2.1.43](#638)
- [Bump mockserver.version from 5.15.0 to 6.1.0](#637)
- [Bump NUnit from 4.6.0 to 4.6.1](#636)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant