Bump asm-tree from 7.1 to 9.2 in /test/logger-usage (#2184)

Bumps asm-tree from 7.1 to 9.2.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-tree
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-21 11:54:47 -08:00 committed by GitHub
parent 1cd009567c
commit c5b0c21921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ apply plugin: 'opensearch.java'
dependencies {
api 'org.ow2.asm:asm:9.2'
api 'org.ow2.asm:asm-tree:7.1'
api 'org.ow2.asm:asm-tree:9.2'
api 'org.ow2.asm:asm-analysis:7.1'
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
testImplementation project(":test:framework")