Skip to content

build(deps): bump edu.berkeley.cs.jqf:jqf-fuzz from 2.1 to 3.0 - #103

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/edu.berkeley.cs.jqf-jqf-fuzz-3.0
Open

build(deps): bump edu.berkeley.cs.jqf:jqf-fuzz from 2.1 to 3.0#103
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/edu.berkeley.cs.jqf-jqf-fuzz-3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown

Bumps edu.berkeley.cs.jqf:jqf-fuzz from 2.1 to 3.0.

Release notes

Sourced from edu.berkeley.cs.jqf:jqf-fuzz's releases.

jqf-3.0

Highlights

  • JUnit 5 support — new jqf-junit5 adapter runs JQF fuzz tests as JUnit 5 (Jupiter) @FuzzTest methods; the Maven plugin can fuzz and replay them (#80)
  • Pluggable generators — the engine is decoupled from junit-quickcheck via a generator SPI, with new providers:
    • jqf-generator-instancio (Instancio)
    • jqf-generator-jetcheck (jetCheck)
  • Modular architecturejqf-fuzz split into jqf-core, generator, and JUnit 4 modules; a JUnit-free engine entry point extracted. jqf-fuzz is retained as a backwards-compatible aggregator.

Compatibility

  • Bump to ASM 9.10.1 for Java 27 support
  • Compile with JDK 25, target Java 11 (#279)
  • Publishing migrated from OSSRH (sunset) to the Sonatype Central Portal

Performance

  • nextInt draws only the bytes each bound needs (#280)
  • Current-input logging is now conditional (#277)

Docs

  • README covers JUnit 5 @FuzzTest and pluggable generators

Full Changelog: rohanpadhye/JQF@jqf-2.1...jqf-3.0

Commits
  • 2fd9c8d [maven-release-plugin] prepare release jqf-3.0
  • 533c022 Migrate publishing from OSSRH to Sonatype Central Portal
  • 05e7837 Bump ASM to 9.10.1 for Java 27 support
  • e93fbb6 Merge pull request #278
  • a2071a4 Merge branch 'master' into claude/sleepy-visvesvaraya-b2ac72
  • afccf6b chore: bump version to 3.0-SNAPSHOT
  • 520c372 Bump version to 3.0-SNAPSHOT
  • d3c17e9 doc: add Vladimir Sitnikov to contributors in pom.xml
  • b9c7ce9 docs: cover JUnit 5 @​FuzzTest and pluggable generators in README
  • 5fac297 feat(generator): add jetCheck argument-generator provider
  • 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 [edu.berkeley.cs.jqf:jqf-fuzz](https://github.com/rohanpadhye/jqf) from 2.1 to 3.0.
- [Release notes](https://github.com/rohanpadhye/jqf/releases)
- [Commits](rohanpadhye/JQF@jqf-2.1...jqf-3.0)

---
updated-dependencies:
- dependency-name: edu.berkeley.cs.jqf:jqf-fuzz
  dependency-version: '3.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies java Pull requests that update Java code labels Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants