diff --git a/build.gradle b/build.gradle index f39ac764946..ab6304ce0e3 100644 --- a/build.gradle +++ b/build.gradle @@ -124,8 +124,8 @@ dependencies { antlr3 'org.antlr:antlr:3.5.2' implementation 'org.antlr:antlr-runtime:3.5.2' - antlr4 'org.antlr:antlr4:4.9.1' - implementation 'org.antlr:antlr4-runtime: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') { exclude group: 'org.apache.lucene', module: 'lucene-sandbox' @@ -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'