Bump asm from 7.2 to 9.2 in /modules/lang-painless (#2124)
* Bump asm from 7.2 to 9.2 in /modules/lang-painless Bumps asm from 7.2 to 9.2. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Fixing failing precommit and check Signed-off-by: Vacha Shah <vachshah@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
parent
98efeba4e3
commit
e4357180cc
|
@ -46,11 +46,11 @@ testClusters.all {
|
|||
|
||||
dependencies {
|
||||
api 'org.antlr:antlr4-runtime:4.5.3'
|
||||
api 'org.ow2.asm:asm-util:7.2'
|
||||
api 'org.ow2.asm:asm-util:9.2'
|
||||
api 'org.ow2.asm:asm-tree:7.2'
|
||||
api 'org.ow2.asm:asm-commons:7.2'
|
||||
api 'org.ow2.asm:asm-analysis:7.2'
|
||||
api 'org.ow2.asm:asm:7.2'
|
||||
api 'org.ow2.asm:asm:9.2'
|
||||
api project('spi')
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
fa637eb67eb7628c915d73762b681ae7ff0b9731
|
|
@ -0,0 +1 @@
|
|||
81a03f76019c67362299c40e0ba13405f5467bff
|
|
@ -1 +0,0 @@
|
|||
a3ae34e57fa8a4040e28247291d0cc3d6b8c7bcf
|
|
@ -0,0 +1 @@
|
|||
fbc178fc5ba3dab50fd7e8a5317b8b647c8e8946
|
Loading…
Reference in New Issue