Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump soot from 4.2.1 to 4.4.1 #431

Merged
merged 3 commits into from
Feb 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps soot from 4.2.1 to 4.4.1.

Commits

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 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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@dependabot dependabot bot changed the base branch from develop to master November 14, 2023 15:39
@dependabot dependabot bot force-pushed the dependabot/maven/org.soot-oss-soot-4.4.1 branch from 68f86a2 to 8e7d116 Compare November 14, 2023 15:39
@dependabot dependabot bot changed the base branch from master to develop November 17, 2023 12:11
@dependabot dependabot bot force-pushed the dependabot/maven/org.soot-oss-soot-4.4.1 branch from 8e7d116 to 3c25374 Compare November 17, 2023 12:11
Bumps [soot](https://github.com/soot-oss/soot) from 4.2.1 to 4.4.1.
- [Release notes](https://github.com/soot-oss/soot/releases)
- [Changelog](https://github.com/soot-oss/soot/blob/develop/CHANGES)
- [Commits](https://github.com/soot-oss/soot/commits)

---
updated-dependencies:
- dependency-name: org.soot-oss:soot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot changed the base branch from develop to master November 17, 2023 12:11
@dependabot dependabot bot force-pushed the dependabot/maven/org.soot-oss-soot-4.4.1 branch from 3c25374 to 2059bdc Compare November 17, 2023 12:11
@dependabot dependabot bot changed the base branch from master to develop January 15, 2024 08:28
@smeyer198
Copy link
Contributor

Since 4.3.0, Soot introduced some new feature, e.g. a new phase that performs some optimization steps. Boomerang is not able to deal with some of those new features, so we have to disable the phase and add a transformer to modify the jimple IR, s.t. Boomerang is able to perform its analysis as before.
Fix #293

@schlichtig schlichtig merged commit a84be9b into develop Feb 19, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.soot-oss-soot-4.4.1 branch February 19, 2024 10:26
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants