Skip to content

Commit

Permalink
Bump asm from 7.2 to 9.2 in /modules/lang-painless (#2124)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Fixing failing precommit and check

Signed-off-by: Vacha Shah <[email protected]>

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 <[email protected]>
(cherry picked from commit e435718)
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Feb 24, 2022
1 parent da009c3 commit 40a0f1e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/lang-painless/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

Expand Down
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-7.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-9.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
81a03f76019c67362299c40e0ba13405f5467bff
1 change: 0 additions & 1 deletion modules/lang-painless/licenses/asm-util-7.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions modules/lang-painless/licenses/asm-util-9.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fbc178fc5ba3dab50fd7e8a5317b8b647c8e8946

0 comments on commit 40a0f1e

Please sign in to comment.