From 2eeb5eb1cbe1c7d45f48bfd8b84bc1429efa3885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:48:28 +0100 Subject: [PATCH 1/3] Bump byte-buddy-parent from 1.10.21 to 1.10.22 (#7538) Bumps [byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.10.21 to 1.10.22. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.21...byte-buddy-1.10.22) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f39ac764946..4c922ba1142 100644 --- a/build.gradle +++ b/build.gradle @@ -201,7 +201,7 @@ dependencies { testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.7.1' - testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.21' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.22' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:3.8.0' From 6f2d5ed4198f0e81f4d0179e22cdbf0db704e0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:48:56 +0100 Subject: [PATCH 2/3] Bump antlr4-runtime from 4.9.1 to 4.9.2 (#7537) Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.9.1...4.9.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c922ba1142..f77cd42e628 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation 'org.antlr:antlr-runtime:3.5.2' antlr4 'org.antlr:antlr4:4.9.1' - implementation 'org.antlr:antlr4-runtime:4.9.1' + implementation 'org.antlr:antlr4-runtime:4.9.2' implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.8.1') { exclude group: 'org.apache.lucene', module: 'lucene-sandbox' From b068ce7545ab0bda4ff307c28276b5d320773763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:51:34 +0100 Subject: [PATCH 3/3] Bump antlr4 from 4.9.1 to 4.9.2 (#7536) Bumps [antlr4](https://github.com/antlr/antlr4) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.9.1...4.9.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f77cd42e628..ab6304ce0e3 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { antlr3 'org.antlr:antlr:3.5.2' implementation 'org.antlr:antlr-runtime:3.5.2' - antlr4 'org.antlr:antlr4:4.9.1' + antlr4 'org.antlr:antlr4:4.9.2' implementation 'org.antlr:antlr4-runtime:4.9.2' implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.8.1') {