File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ dependencies {
124
124
antlr3 ' org.antlr:antlr:3.5.2'
125
125
implementation ' org.antlr:antlr-runtime:3.5.2'
126
126
127
- antlr4 ' org.antlr:antlr4:4.9.1 '
128
- implementation ' org.antlr:antlr4-runtime:4.9.1 '
127
+ antlr4 ' org.antlr:antlr4:4.9.2 '
128
+ implementation ' org.antlr:antlr4-runtime:4.9.2 '
129
129
130
130
implementation (group : ' org.apache.lucene' , name : ' lucene-queryparser' , version : ' 8.8.1' ) {
131
131
exclude group : ' org.apache.lucene' , module : ' lucene-sandbox'
@@ -201,7 +201,7 @@ dependencies {
201
201
testRuntimeOnly ' org.junit.vintage:junit-vintage-engine:5.7.1'
202
202
testImplementation ' org.junit.platform:junit-platform-launcher:1.7.1'
203
203
204
- testImplementation ' net.bytebuddy:byte-buddy-parent:1.10.21 '
204
+ testImplementation ' net.bytebuddy:byte-buddy-parent:1.10.22 '
205
205
testRuntime group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 3.0.0-SNAPSHOT'
206
206
testRuntime group : ' org.apache.logging.log4j' , name : ' log4j-jul' , version : ' 3.0.0-SNAPSHOT'
207
207
testImplementation ' org.mockito:mockito-core:3.8.0'
You can’t perform that action at this time.
0 commit comments