Skip to content

Commit

Permalink
Merge pull request #35 from blackducksoftware/task/romeara/3909-asm96
Browse files Browse the repository at this point in the history
Update to ASM library 9.6
  • Loading branch information
romeara committed Jan 18, 2024
2 parents a4cfd4c + 2af2995 commit 9cd7b99
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
- Updated `org.ow2.asm:asm` from `9.5` to `9.6`

## [0.2.6]
### Changed
- Updated `org.ow2.asm:asm` from `9.3` to `9.5`
- Updated `com.google.code.gson:gson` from `2.9` to `2.10.1`
- Updated override of `org.yaml:snakeyaml` transitive dependency from `1.30` to `1.33`
Expand Down
2 changes: 1 addition & 1 deletion method-analyzer-core/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'

api 'com.google.guava:guava:31.1-jre'
api 'org.ow2.asm:asm:9.5'
api 'org.ow2.asm:asm:9.6'

implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.slf4j:slf4j-api:1.7.36'
Expand Down

0 comments on commit 9cd7b99

Please sign in to comment.