build: Bump the gradle-minor-patch group with 8 updates - #6
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build: Bump the gradle-minor-patch group with 8 updates#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the gradle-minor-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | org.ow2.asm:asm | `9.7` | `9.10.1` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.1` | `9.6.1` | | com.destroystokyo.paper:paper-api | `1.13.2-R0.1-SNAPSHOT` | `1.16.5-R0.1-SNAPSHOT` | | me.clip:placeholderapi | `2.11.6` | `2.12.3` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2` | `26.1.0` | | [net.jqwik:jqwik](https://github.com/jqwik-team/jqwik) | `1.9.2` | `1.10.1` | | [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.3.0` | `1.4.2` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.2` | `9.5.1` | Updates `org.ow2.asm:asm` from 9.7 to 9.10.1 Updates `gradle-wrapper` from 9.5.1 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.5.1...v9.6.1) Updates `com.destroystokyo.paper:paper-api` from 1.13.2-R0.1-SNAPSHOT to 1.16.5-R0.1-SNAPSHOT Updates `me.clip:placeholderapi` from 2.11.6 to 2.12.3 Updates `org.jetbrains:annotations` from 26.0.2 to 26.1.0 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.2...26.1.0) Updates `net.jqwik:jqwik` from 1.9.2 to 1.10.1 - [Release notes](https://github.com/jqwik-team/jqwik/releases) - [Commits](jqwik-team/jqwik@1.9.2...1.10.1) Updates `com.tngtech.archunit:archunit-junit5` from 1.3.0 to 1.4.2 - [Release notes](https://github.com/TNG/ArchUnit/releases) - [Commits](TNG/ArchUnit@v1.3.0...v1.4.2) Updates `com.gradleup.shadow` from 9.4.2 to 9.5.1 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.4.2...9.5.1) --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: 9.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: com.destroystokyo.paper:paper-api dependency-version: 1.16.5-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: me.clip:placeholderapi dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: net.jqwik:jqwik dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: com.tngtech.archunit:archunit-junit5 dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: com.gradleup.shadow dependency-version: 9.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
owengregson
added a commit
that referenced
this pull request
Jul 8, 2026
Confirmed wave-5 findings #1, #6, #43: - #1 (critical dupe): disband/merge scrubbed OPEN escrows by emitting an EscrowRefund for every one, including in-flight WITHDRAW sagas whose payout is already en route to the player's wallet — paying them the whole bank twice (withdraw-all, disband, receive 2x). scrubFactionEscrows now skips WITHDRAW escrows: they are left in flight and self-resolve on their own SettleEscrow. Escrow now carries a generation-tagged factionHandle so the FAILED-settle rollback re-credits the ORIGINAL faction's bank, or refunds the wallet if it disbanded/was reincarnated — never a stranger's bank. - #6 (critical) + #43: a JoinFaction/claim interleaving between a disband/merge MEMBERS or CLAIMS page and its FINAL page left a stale-generation ghost member (or orphan claim) bound to whatever faction later reused the ordinal. The FINAL page now re-checks memberCount/landCount and loops back to re-scrub until fully drained before freeing the ordinal (AM-6). Tests: EscrowTable carries the new handle field; the AM-6 saga test and the danglingLeavesNoDangling property now pin the anti-double-pay invariant (an in-flight WITHDRAW escrow surviving disband is correct, not dangling). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/gradle/gradle-minor-patch-e91f3ce099
branch
July 8, 2026 12:00
Owner
|
Closing -- this group sweeps two spec-pinned / load-bearing entries:
New dependabot ignore rules now cover com.destroystokyo.paper:paper-api and net.jqwik:jqwik, so next week's group will regenerate with only the genuinely-safe bumps (shadow, gradle wrapper, asm, archunit, placeholderapi, annotations) -- that regenerated group is safe to merge once CI passes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the gradle-minor-patch group with 8 updates:
9.79.10.19.5.19.6.11.13.2-R0.1-SNAPSHOT1.16.5-R0.1-SNAPSHOT2.11.62.12.326.0.226.1.01.9.21.10.11.3.01.4.29.4.29.5.1Updates
org.ow2.asm:asmfrom 9.7 to 9.10.1Updates
gradle-wrapperfrom 9.5.1 to 9.6.1Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
309d128Update fixed issues in release notes for 9.6.1 (#38328)040a978Update fixed issues in release notes for 9.6.1e0b8325Restore --non-interactive flag instead of --interactive/--no-interactive (#38...946f3e6Limit explicit temp file permission setting to intended use case (#38300)65f8224Restore --non-interactive flag instead of --interactive/--no-interactivee346a5eAdjust CLI flag to configure non-interactive console (#38301)9b53be9Adjust CLI flag to configure non-interactive console0dd3b53Limit explicit temp file permission setting to intended use case48e5ac2Add reproducers25598fdPrepare 9.6.1 patch release (#38293)Updates
com.destroystokyo.paper:paper-apifrom 1.13.2-R0.1-SNAPSHOT to 1.16.5-R0.1-SNAPSHOTUpdates
me.clip:placeholderapifrom 2.11.6 to 2.12.3Updates
org.jetbrains:annotationsfrom 26.0.2 to 26.1.0Release notes
Sourced from org.jetbrains:annotations's releases.
Changelog
Sourced from org.jetbrains:annotations's changelog.
Commits
6f588d4Merge pull request #137 from BartvHelvert/notNullByDefaultExperimental21be50cVersion 26.1.092a187bRemove experimental status from@NotNullByDefaultda40a75Merge pull request #135 from coder-xiaomo/patch-118554b9Update Contributor License Agreement link2f91ecdMerge pull request #132 from DmPanov/dmpanov/allworknoplayf64f40fVersion 26.0.2-120ff2b3Merge pull request #130 from DmPanov/dmpanov/allworknoplay21116ccthe version is bumped to 26.0.2-1 to test the Maven Central publicationb44ce8dMaven Central artifacts taskUpdates
net.jqwik:jqwikfrom 1.9.2 to 1.10.1Release notes
Sourced from net.jqwik:jqwik's releases.
Commits
dc3da97Set version to release 1.10.1c420551Made hiding of anti AI clause configurable0249c03Expanded paragraph on AI agent usage in user guide7c212b6Updated TODOs4aac8afAdvance version to 1.10.1-SNAPSHOT7d7e9baSet release version 1.10.037178a1Made NotBlank UTF-8 whitespace compatibleb9a8d81Minor formatting tweak in user guide2aaae09Updated TODOs6fe00a2Fixed dokka generationUpdates
com.tngtech.archunit:archunit-junit5from 1.3.0 to 1.4.2Release notes
Sourced from com.tngtech.archunit:archunit-junit5's releases.
... (truncated)
Commits
e45aaa2prepare release 1.4.2c07193cset version to1.4.2-SNAPSHOTac9b896migrate from (meanwhile shut down) OSSRH to Central Publisher Portal using th...b72fcafBump actions/github-script from 8 to 9fc1881dBump addressable from 2.8.7 to 2.9.0 in /docsdee39bbBump activesupport from 7.1.3.4 to 7.2.3.1 in /docsb097007Bump gradle/actions from 5 to 64d7cfe9Bump json from 2.18.1 to 2.19.2 in /docs90dc773Bump nokogiri from 1.18.9 to 1.19.1 in /docs7a88298Bump faraday from 2.10.1 to 2.14.1 in /docsUpdates
com.gradleup.shadowfrom 9.4.2 to 9.5.1Release notes
Sourced from com.gradleup.shadow's releases.
Commits
c33612dPrepare version 9.5.1485e412Fix eager calls for toolchainSpec in Kotlin DSL (#2087)d062fa2Fix DuplicatesStrategyCheckerTest resource loading on Windows (#2085)e71a2c1Add description for shadow configuration (#2084)7ba43b0Prepare next development version6e00cb7Prepare version 9.5.0ca03909Deprecate everything under ShadowCopyAction (#2083)7d7da27Revert "Mark CONSTANT_TIME_FOR_ZIP_ENTRIES as const (#2074)"da18cc0Deprecate enableKotlinModuleRemapping for ShadowJar (#2073)ec6e55aReplace system properties with buildConfig consts (#2082)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions