From 1f0361a929ef63d648ace98c70a00b43804a0124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:28:17 -0800 Subject: [PATCH] Bump asm-commons from 5.0.4 to 9.2 in /modules/lang-expression (#2385) * Bump asm-commons from 5.0.4 to 9.2 in /modules/lang-expression Bumps asm-commons from 5.0.4 to 9.2. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-commons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Updating SHAs Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- modules/lang-expression/build.gradle | 2 +- modules/lang-expression/licenses/asm-commons-5.0.4.jar.sha1 | 1 - modules/lang-expression/licenses/asm-commons-9.2.jar.sha1 | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 modules/lang-expression/licenses/asm-commons-5.0.4.jar.sha1 create mode 100644 modules/lang-expression/licenses/asm-commons-9.2.jar.sha1 diff --git a/modules/lang-expression/build.gradle b/modules/lang-expression/build.gradle index 0383f6573b16b..e3feacd71f060 100644 --- a/modules/lang-expression/build.gradle +++ b/modules/lang-expression/build.gradle @@ -39,7 +39,7 @@ dependencies { api "org.apache.lucene:lucene-expressions:${versions.lucene}" api 'org.antlr:antlr4-runtime:4.9.3' api 'org.ow2.asm:asm:9.2' - api 'org.ow2.asm:asm-commons:5.0.4' + api 'org.ow2.asm:asm-commons:9.2' api 'org.ow2.asm:asm-tree:9.2' } restResources { diff --git a/modules/lang-expression/licenses/asm-commons-5.0.4.jar.sha1 b/modules/lang-expression/licenses/asm-commons-5.0.4.jar.sha1 deleted file mode 100644 index 94fe0cd92c9c9..0000000000000 --- a/modules/lang-expression/licenses/asm-commons-5.0.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -5a556786086c23cd689a0328f8519db93821c04c diff --git a/modules/lang-expression/licenses/asm-commons-9.2.jar.sha1 b/modules/lang-expression/licenses/asm-commons-9.2.jar.sha1 new file mode 100644 index 0000000000000..7beb3d29afe86 --- /dev/null +++ b/modules/lang-expression/licenses/asm-commons-9.2.jar.sha1 @@ -0,0 +1 @@ +f4d7f0fc9054386f2893b602454d48e07d4fbead \ No newline at end of file