Skip to content

Commit

Permalink
Merge pull request #36 from blackducksoftware/task/romeara/asm-9
Browse files Browse the repository at this point in the history
Update ASM API opcode
  • Loading branch information
romeara committed Jan 24, 2024
2 parents 13113e8 + 91be6e8 commit 4a061cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Update opcode to allow use of ASM 9 API

## [0.2.7]
### Changed
- Updated `org.ow2.asm:asm` from `9.5` to `9.6`

## [0.2.6]
Expand Down
Expand Up @@ -52,7 +52,7 @@
*/
public class ClassMethodReferenceVisitor extends ClassVisitor {

private static final int DEFAULT_ASM_API = Opcodes.ASM7;
private static final int DEFAULT_ASM_API = Opcodes.ASM9;

private final MethodReferenceRegistry referenceRegistry;

Expand Down

0 comments on commit 4a061cf

Please sign in to comment.