Skip to content

Commit

Permalink
Merge pull request #8 from JabRef/master
Browse files Browse the repository at this point in the history
update 2021.3.17
  • Loading branch information
XDZhelheim committed Mar 17, 2021
2 parents 5cc3085 + b068ce7 commit d3af958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit d3af958

Please sign in to comment.