Bump asm-analysis from 9.2 to 9.3 in /test/logger-usage (#2829)
Bumps asm-analysis from 9.2 to 9.3. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-analysis dependency-type: direct:production update-type: version-update:semver-minor ... 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:
parent
c69ad3deca
commit
81e2455df1
|
@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
|
|||
dependencies {
|
||||
api 'org.ow2.asm:asm:9.2'
|
||||
api 'org.ow2.asm:asm-tree:9.2'
|
||||
api 'org.ow2.asm:asm-analysis:9.2'
|
||||
api 'org.ow2.asm:asm-analysis:9.3'
|
||||
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
|
||||
testImplementation project(":test:framework")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue