Skip to content

build: Bump org.junit:junit-bom from 5.11.4 to 6.1.1 - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.junit-junit-bom-6.1.1
Closed

build: Bump org.junit:junit-bom from 5.11.4 to 6.1.1#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.junit-junit-bom-6.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps org.junit:junit-bom from 5.11.4 to 6.1.1.

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0...r6.1.0-M1

JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3

See Release Notes.

... (truncated)

Commits
  • 0d85889 Release 6.1.1
  • 0363eee Finalize 6.1.1 release notes
  • a6d540a Move entry to 6.1.1 release notes
  • 69339d5 Only pass timeout when publishing to avoid failure in nmcp plugin
  • dec2eb9 Allow excluding engines from memory cleanup mode (#5786)
  • a5f4270 Publish sha256/sha512 checksums again but filter out signature ones (#5796)
  • 8213012 Update plugin nmcp-settings to v1.6.0 (#5787)
  • d1bf847 Generate Javadoc for aggregator modules
  • d721de5 Pass --no-fonts to javadoc convention
  • d289ec6 Restore original SetSystemProperty values in a ParameterizedTest (#5720)
  • 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.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.1.1.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r6.1.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 8, 2026
@dependabot
dependabot Bot requested a review from owengregson as a code owner July 8, 2026 11:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like org.junit:junit-bom is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 8, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/org.junit-junit-bom-6.1.1 branch July 8, 2026 12:00
@owengregson

Copy link
Copy Markdown
Owner

Closing -- spec pin. JUnit 6 == JUnit Platform 2.x, incompatible with the pinned jqwik 1.9.2 which targets Platform 1.x. CI confirmed the break on this branch. A new dependabot ignore rule (org.junit:junit-bom semver-major) now prevents reopening; 5.x minor/patch stays allowed.

owengregson added a commit that referenced this pull request Jul 9, 2026
…/GUI

Integrates five parallel fix clusters for the confirmed wave-5 findings, wires
their cross-scope hooks, and gets the whole build green (all gates + tests).

Chest item-dupes (#4/#8/#12/#26): chest content commits now route through the
journaled CommitChestContents intent (CRITICAL durability) instead of a
fire-and-forget async blob write dropped on disable; LiveChest access is
synchronized and the exclusive-open check-and-set is atomic (Folia-safe);
a real InventoryCloseEvent listener (ChestCloseListener, now registered) drives
last-close commit + Folia-lock release; the reducer honors the session nonce
(stale-session commit rejected); commitAndCloseAll for reload/shutdown.

Sessions/travel (#13/#14/#27/#28/#29/#30/#39): paid warp charged once, only when
it proceeds, and refunded on abort/logout/kick; /f fly denied while combat-tagged
and setAllowFlight only after ACCEPTED; sethome/setwarp guarded to own territory;
Essentials jail gate wired into TeleportSaga; combat tag survives relog
(SessionRegistry carry + restoreCombatTag on join).

Boot/journal/storage durability (#2/#7/#9/#17/#23/#31/#32/#35/#37): container/
interact protection now actually works (MaterialBaking populates the BakedTables
bitsets from runtime Material ordinals at boot + reload); the journal tail is
projected+flushed BEFORE the baseline load so authoritative memory reflects
crash recovery; a mid-stream torn journal record fails loudly instead of
silently dropping later segments; StorageProjector retries transient failures
with backpressure and escalates permanent ones; ff_escrows is persisted and
AM-7-reconciled at boot (EscrowReconciler); the advisory lock actually fences;
fsync moved off the writer; failed boot releases the pool+lock; shutdown never
double-writes; unloaded-world claims are retained + warned, not dropped.

Kernel (#40/#45/#42): AM-4 ReconcileSweep self-heals landCount drift with a
loud AggregateDriftDetected effect (now journal-coded); unclaim/unclaim-all
re-validate the actor at reduce time with zero-progress paging termination.

GUI + messages: 69 missing message keys authored (the /f map, /fa help/audit,
MOTD, chest, relations, warp-cost "template message" bugs); the /f gui "no menu
default" bug fixed via a MenuCatalog parser + bundled-gui.yml fallback.

i18n: the seven unmaintained translation bundles are removed — English only for
now (every locale request resolves to en via the waterfall); re-add a bundle
once it is translated and kept in parity.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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