Skip to content

Commit d3af958

Browse files
authored
Merge pull request #8 from JabRef/master
update 2021.3.17
2 parents 5cc3085 + b068ce7 commit d3af958

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ dependencies {
124124
antlr3 'org.antlr:antlr:3.5.2'
125125
implementation 'org.antlr:antlr-runtime:3.5.2'
126126

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'
129129

130130
implementation (group: 'org.apache.lucene', name: 'lucene-queryparser', version: '8.8.1') {
131131
exclude group: 'org.apache.lucene', module: 'lucene-sandbox'
@@ -201,7 +201,7 @@ dependencies {
201201
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.1'
202202
testImplementation 'org.junit.platform:junit-platform-launcher:1.7.1'
203203

204-
testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.21'
204+
testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.22'
205205
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
206206
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
207207
testImplementation 'org.mockito:mockito-core:3.8.0'

0 commit comments

Comments
 (0)