Skip to content

Bump org.vineflower:vineflower from 1.11.0 to 1.11.2#437

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/org.vineflower-vineflower-1.11.2
Open

Bump org.vineflower:vineflower from 1.11.0 to 1.11.2#437
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/org.vineflower-vineflower-1.11.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps org.vineflower:vineflower from 1.11.0 to 1.11.2.

Release notes

Sourced from org.vineflower:vineflower's releases.

Vineflower 1.11.2 is a minor release for the 1.11 branch, fixing a handful of issues and adding type annotation support.

Full changelog:

  • Added type annotation support
  • Improved extensibility of StructAttribute and ResultSaver implementations
  • Fixed do while loops inside other loops having negated conditions (Thanks, coehlrich!)
  • Fixed unnecessary array allocation in varargs (Thanks, Owen!)
  • Fixed plugins not loading when a ZipFS has already been opened for the current jar (Thanks, shartte!)
  • Fixed annotations being unncessarily written with multiple lines

Please report any issues to https://github.com/Vineflower/vineflower/issues!

Vineflower 1.11.1 is a bugfix release for the 1.11 branch, fixing a handful of issues that had popped up over the past week. Thanks to all the contributors who submitted patches for this release!

Full changelog:

  • Fixed NPE with record pattern matching decompilation (Thanks, lynxplay!)
  • Fixed switch expression over int being turned into char
  • Fixed switch-over enum being decompiled as a record pattern match (Thanks, lynxplay!)
  • Fixed missing casts for varargs (Thanks, coehlrich!)
  • Fixed stackoverflow with clashing names processing
  • Fixed stackoverflow with generic type inference

Please report any issues to https://github.com/Vineflower/vineflower/issues!

Commits
  • 35f2c6e Merge pull request #505 from Vineflower/develop/1.11.2
  • e339e39 Make attributes and savers more extensible, improve readme
  • 642d23f Fix writing array types with type annotations
  • 0d1051e Implement type annotations
  • 630dad9 Add type annotations test, always run gradle tests
  • 03db449 Attempt to appease Github Actions
  • e150ed8 Improve annotation formatting (#497)
  • 247d764 Fix plugins not loading when a ZipFS has already been opened for the current ...
  • 49af2d1 Get children methods for vararg calls (#483)
  • 5d3979b Adjust publishing for new Central endpoint (#490)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 10, 2025
Bumps [org.vineflower:vineflower](https://github.com/Vineflower/vineflower) from 1.11.0 to 1.11.2.
- [Release notes](https://github.com/Vineflower/vineflower/releases)
- [Commits](Vineflower/vineflower@1.11.0...1.11.2)

---
updated-dependencies:
- dependency-name: org.vineflower:vineflower
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.vineflower-vineflower-1.11.2 branch from d87387d to 7d84a74 Compare November 10, 2025 15:48
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.

0 participants