Skip to content

build: Bump the gradle-minor-patch group with 8 updates - #6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-minor-patch-e91f3ce099
Closed

build: Bump the gradle-minor-patch group with 8 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-minor-patch-e91f3ce099

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

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:

Package From To
org.ow2.asm:asm 9.7 9.10.1
gradle-wrapper 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 26.0.2 26.1.0
net.jqwik:jqwik 1.9.2 1.10.1
com.tngtech.archunit:archunit-junit5 1.3.0 1.4.2
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

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

Switch your build to use Gradle 9.6.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.6.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.6.0

... (truncated)

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • Additional commits viewable in compare view

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

Sourced from org.jetbrains:annotations's releases.

26.1.0

  • @NotNullByDefault is not experimental anymore.

26.0.2-1

A technical release to employ new Maven publishing machinery

Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.1.0

  • @NotNullByDefault is not experimental anymore.

Version 26.0.2-1

Commits
  • 6f588d4 Merge pull request #137 from BartvHelvert/notNullByDefaultExperimental
  • 21be50c Version 26.1.0
  • 92a187b Remove experimental status from @​NotNullByDefault
  • da40a75 Merge pull request #135 from coder-xiaomo/patch-1
  • 18554b9 Update Contributor License Agreement link
  • 2f91ecd Merge pull request #132 from DmPanov/dmpanov/allworknoplay
  • f64f40f Version 26.0.2-1
  • 20ff2b3 Merge pull request #130 from DmPanov/dmpanov/allworknoplay
  • 21116cc the version is bumped to 26.0.2-1 to test the Maven Central publication
  • b44ce8d Maven Central artifacts task
  • Additional commits viewable in compare view

Updates net.jqwik:jqwik from 1.9.2 to 1.10.1

Release notes

Sourced from net.jqwik:jqwik's releases.

Anti-AI Release

Warning: Starting with version 1.10 jqwik comes with an Anti-AI Usage Clause! Usage with any "AI" agent is strongly discouraged. Jqwik's log output may confuse the agent.

This will probably be the last release of Jqwik using JUnit Platform version 1.x. Upcoming releases, if ever realised, will be built on JUnit Platform 6 and thus Java >= 21.

New and Enhanced Features

  • Added paragraph about intended AI usage to user guide: This project is not meant to be used by any “AI” coding agents at all.

  • Made @NotBlank configurator compatible with UTF-8 whitespace. See issue 663 for details.

Breaking Changes

  • Use of jqwik >= 1.10 with coding agents is strongly discouraged. Jqwik's output to stdout may confuse AI-based agents.

Dependency Upgrades and Bug Fixes

  • Upgraded to Kotlin 2.3.21
  • Upgraded to JUnit Platform 1.14.4

Some Upgrades

New and Enhanced Features

  • Added Action.JustTransform.description() to public API. See this pull request for context.

Breaking Changes

  • New Action.JustTransform.description() may break binary compatibility.

Dependency Upgrades and Bug Fixes

  • Upgraded to Kotlin 2.1.21
  • Upgraded to JUnit Platform 1.13.1
  • Upgraded to KotlinX 1.10.2
Commits
  • dc3da97 Set version to release 1.10.1
  • c420551 Made hiding of anti AI clause configurable
  • 0249c03 Expanded paragraph on AI agent usage in user guide
  • 7c212b6 Updated TODOs
  • 4aac8af Advance version to 1.10.1-SNAPSHOT
  • 7d7e9ba Set release version 1.10.0
  • 37178a1 Made NotBlank UTF-8 whitespace compatible
  • b9a8d81 Minor formatting tweak in user guide
  • 2aaae09 Updated TODOs
  • 6fe00a2 Fixed dokka generation
  • Additional commits viewable in compare view

Updates com.tngtech.archunit:archunit-junit5 from 1.3.0 to 1.4.2

Release notes

Sourced from com.tngtech.archunit:archunit-junit5's releases.

ArchUnit 1.4.2

Enhancements

Core

  • DescribedPredicate#negate() returns a DescribedPredicate (#1484)
  • New JavaCodeUnit.Predicates.anyParameterThat and JavaCodeUnit.Predicates.allParameters (#1498; thanks to @​mkhl 👏)
  • Support Java 26 / class file major version 70 (#1544)

ArchUnit 1.4.1

Enhancements

Core

  • Support Java 25 / class file major version 69 (#1440)

Library

  • Support priorities in SlicesRuleDefinition (#1436; thanks to @​guesshe 👏)
  • Ignore synthetic bridge methods in ProxyRules (#1443)

Documentation

  • Improve documentation of slices rule (#1454)

Internal improvements

  • Reduce memory footprint of ClassFileImporterSlowTest (#1446 / #1440)

ArchUnit 1.4.0

Enhancements

Core

  • Support Java 24 / class file major version 68 (#1364)

Lang

  • Improve performance for transitive dependency checks (#1381; thanks to @​To6i 👏)

Library

  • New GeneralCodingRules.OLD_DATE_AND_TIME_CLASSES_SHOULD_NOT_BE_USED (#1385; thanks to @​Bukama 👏)
  • Improve GeneralCodingRules.testClassesShouldResideInTheSamePackageAsImplementation to not fail for classes with no tests in their packages (#1368; thanks to @​krzysztof-owczarek 👏)

JUnit

  • Fix failure when junit.testFilter is used (#1361; thanks to @​Sparkymann 👏)
  • Enable @AnalyzeClasses annotation to be used as meta annotation (#1300; thanks to @​mathze 👏)

Documentation

  • Fix user guide describing wrong default behavior of @AnalyzeClasses (#1406)
  • Clarify Slices documentation (#1366; thanks to @​mipo256 👏)

Internal improvements

  • Run tests with JUnit Platform to pave the way to migrate to JUnit 5 (#1294)
  • Update Gradle Wrapper from 7.6 to 8.12 (#1392)

... (truncated)

Commits
  • e45aaa2 prepare release 1.4.2
  • c07193c set version to 1.4.2-SNAPSHOT
  • ac9b896 migrate from (meanwhile shut down) OSSRH to Central Publisher Portal using th...
  • b72fcaf Bump actions/github-script from 8 to 9
  • fc1881d Bump addressable from 2.8.7 to 2.9.0 in /docs
  • dee39bb Bump activesupport from 7.1.3.4 to 7.2.3.1 in /docs
  • b097007 Bump gradle/actions from 5 to 6
  • 4d7cfe9 Bump json from 2.18.1 to 2.19.2 in /docs
  • 90dc773 Bump nokogiri from 1.18.9 to 1.19.1 in /docs
  • 7a88298 Bump faraday from 2.10.1 to 2.14.1 in /docs
  • Additional commits viewable in compare view

Updates com.gradleup.shadow from 9.4.2 to 9.5.1

Release notes

Sourced from com.gradleup.shadow's releases.

9.5.1

Fixed

  • Fix eager calls for toolchainSpec in Kotlin DSL. (#2087)

9.5.0

Added

  • Check DuplicatesStrategy for merging transformers. (#2026)
    This will log warnings when an incompatible DuplicatesStrategy (e.g., EXCLUDE) is applied in Gradle configuration for built-in ResourceTransformers.
  • Add KotlinModuleMetadataTransformer. (#2073)
  • Add R8 as an opt-in minimize { r8 { ... } } tool for shrinking the final shadowed JAR. (#2077)

Changed

  • Bump min Gradle requirement to 9.2.0. (#2057)
  • Remove afterEvaluate when adding variants. (#2056)
  • Deprecate enableKotlinModuleRemapping for ShadowJar. (#2073)
    Apply KotlinModuleMetadataTransformer explicitly to support relocating inside Kotlin module metadata files.
  • Deprecate everything under ShadowCopyAction. (#2083)

Fixed

  • Fix the conflicts when using afterEvaluate with other plugins. (#2055)

9.4.3

Changed

  • Update dependencies for resolving CVEs. (#2069)
Commits
  • c33612d Prepare version 9.5.1
  • 485e412 Fix eager calls for toolchainSpec in Kotlin DSL (#2087)
  • d062fa2 Fix DuplicatesStrategyCheckerTest resource loading on Windows (#2085)
  • e71a2c1 Add description for shadow configuration (#2084)
  • 7ba43b0 Prepare next development version
  • 6e00cb7 Prepare version 9.5.0
  • ca03909 Deprecate everything under ShadowCopyAction (#2083)
  • 7d7da27 Revert "Mark CONSTANT_TIME_FOR_ZIP_ENTRIES as const (#2074)"
  • da18cc0 Deprecate enableKotlinModuleRemapping for ShadowJar (#2073)
  • ec6e55a Replace system properties with buildConfig consts (#2082)
  • Additional commits viewable in compare view

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 <dependency name> major version will 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 version will 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

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>
@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:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 8, 2026
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>
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are 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/gradle-minor-patch-e91f3ce099 branch July 8, 2026 12:00
@owengregson

Copy link
Copy Markdown
Owner

Closing -- this group sweeps two spec-pinned / load-bearing entries:

  1. paper-floor 1.13.2 -> 1.16.5 (the Bukkit COMPILE FLOOR, normative per docs/ARCHITECTURE.md section 3). Raising it adds new abstract API to the compiled surface -- the 1.16 API adds CommandSender#sendMessage(UUID, String[]) -- which fails :core:compileTestJava (the FakeSender/Console test doubles don't implement it). That is exactly why the CI on this branch is red.
  2. jqwik 1.9.2 -> 1.10.1 (spec-pinned; coupled to JUnit Platform 1.x).

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.

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