Skip to content

build(deps): bump gradle-wrapper from 6.9.4 to 9.6.0 - #28

Closed
dependabot[bot] wants to merge 100 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.6.0
Closed

build(deps): bump gradle-wrapper from 6.9.4 to 9.6.0#28
dependabot[bot] wants to merge 100 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle-wrapper from 6.9.4 to 9.6.0.

Release notes

Sourced from gradle-wrapper's releases.

9.6.0

The Gradle team is excited to announce Gradle 9.6.0.

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.0 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.6.0 && ./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 RC3

... (truncated)

Commits
  • 3f750f0 Update distro size for Gradle 9.6.0 release (#38243)
  • ae93cfa update distro size
  • f7e22b5 Update Gradle wrapper to version 9.6.0-rc-3 (#38227)
  • 71a8eb9 Update Gradle wrapper to version 9.6.0-rc-3
  • 70a8745 Prepare release notes for Gradle 9.6.0RC3 (#38220)
  • 9706522 some final polishing for release notes
  • af308eb Restore GradleInternal.getRootProject overload for binary compatibility (#38214)
  • 239361b Restore GradleInternal.getRootProject overload for binary compatibility
  • 896dc44 Update Gradle wrapper to version 9.6.0-rc-2 (#38187)
  • 2d4ec25 Update Gradle wrapper to version 9.6.0-rc-2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

lmx0721 and others added 30 commits April 30, 2026 22:27
- Added 62 new cape designs with various styles:
  - Rainbow, gradient, solid, striped, checker, diagonal, fade, neon, tricolor, half capes
- Improved Cape.kt to automatically extract and load capes from jar
- Capes are now extracted to local 'capes' folder
- Users can add custom capes by placing PNG files in the capes folder
- Fixed .gitignore to properly handle jar files
- Added .kotlin/ to gitignore
This is a build artifact and should not be in the repository
- Removed 13 solid color capes (black, white, red, blue, green, purple, pink, orange, cyan, yellow, darkblue, darkgreen, darkred)
- Updated Cape.kt to remove solid capes from known list
- Now only 58 designed capes remain
* 更新:修改构建工作流以支持多个分支并添加发布工作流

* 更新:不再硬编码Java路径

* 更新:Gradle优先国际源

* 更新:在buildscript中添加JitPack仓库

* 修复:#2 1. 2. 3. 4.

* 更新:优化release工作流,添加预发布检测步骤

* 更新:修正预发布检测逻辑以支持以'b'开头的标签
- 新增 OpaiGUI 点击界面系统
  - Material Design 3 风格设计
  - 支持 Style1/Style2 两种布局样式
  - Style2 直接显示所有分类面板
  - 可自定义面板大小、颜色、动画速度等

- 新增 OpaiArrayList HUD 组件
  - 显示已启用模块列表
  - 支持背景模糊、主题颜色自定义

- 优化 Target2 HUD
  - 修复 Rice 样式粒子效果
  - 添加出现/消失动画
  - 修复 Novoline3 样式盔甲显示

- 删除 TargetStrafe 模块
- 删除 Velocity 的 MatrixReduce2/3 模式
- Island 界面图标可自定义
- 修复多项编译错误
Bumps [com.jhlabs:filters](https://github.com/axet/jhlabs) from 2.0.235 to 2.0.235-1.
- [Commits](https://github.com/axet/jhlabs/commits)

---
updated-dependencies:
- dependency-name: com.jhlabs:filters
  dependency-version: 2.0.235-1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ers-2.0.235-1

build(deps): bump com.jhlabs:filters from 2.0.235 to 2.0.235-1
 refactor: 创建两个中英独立的README.md
新功能:
- OpaiGUI: 添加 Style1/Style2 两种样式, 支持自定义颜色、大小、模糊和动画速度
- OpaiArrayList: 新增 HUD 组件, 显示已启用模块列表
- Scaffold: 新增自救功能, 支持下落检测和自动放置方块
- NoC03: 新增移动模块, 取消 C03 发包
- Velocity: 新增方向检查功能, 支持前方/侧方/后方开关

优化修复:
- OpaiGUI: 调小 Style2 面板间距, 提高拖动刷新率
- OpaiGUI: 修复 Style2 切换时分类显示不全的问题
- OpaiGUI: 修改面板标题为 AirClient, 删除版本号
- Velocity: 修复方向检查前后方向反了的问题
- Velocity: 所有模式现在都支持方向检查
- README: 更新版本号为 b1.2

代码清理:
- 删除未使用的 BlinkUtils.java 重复文件
- 修复 Mixin refMap 警告
Sup3rS061c and others added 22 commits June 14, 2026 01:15
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
feat(music): 网易云播放、MusicPlayer GUI 与歌词显示修复
…uction jar

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
GuiChat closes the screen after sendChatMessage returns, which dismissed
the GUI immediately when opened from .music gui or on module enable.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Remove embedded Phosphor mixins and lighting engine so users can install
Phosphor separately if desired without mixin conflicts.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Prevent GuiChat from closing the screen after client commands so the
MusicPlayer GUI is not dismissed immediately after opening.

Co-authored-by: Cursor <cursoragent@cursor.com>
Kotlin 2 compiles blockPos.x to getX(), which does not exist on MC 1.8.9
Vec3i/BlockPos and caused NoSuchMethodError during block collision ticks.

Co-authored-by: Cursor <cursoragent@cursor.com>
Kotlin 2 emits direct getGameProfile() calls on EntityPlayerSP, which crashes at runtime; expose gameProfile via access transformer and a mixin accessor, and compare players by UUID in SilentHotbar.

Co-authored-by: Cursor <cursoragent@cursor.com>
fix: 为 Kotlin 2 在 1.8.9 上补齐 EntityPlayerSP.getGameProfile 访问器
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 6.9.4 to 9.6.0.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v6.9.4...v9.6.0)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.6.0
  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 Jun 19, 2026
@lmx0721 lmx0721 closed this Jul 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

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.

@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-wrapper-9.6.0 branch July 31, 2026 04:44
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.

3 participants