Skip to content

Commit

Permalink
Update other Java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valentjn committed Mar 28, 2020
1 parent 521a3ba commit 7df7c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ project(':languagetool-patch') {
dependencies {
compile project(':languagetool-patch')

testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.1'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.1'

// Enabling makes the Gradle plugin work but breaks IDEA
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.1'
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.6.1'

compile group: 'org.languagetool', name: 'languagetool-core', version: '4.9'

// This dependency is found on compile classpath of this component and consumers.
compile group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.7.2'
compile group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.9.0'

compile group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.60.2'
compile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.1'
compile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.1'
}

test {
Expand Down

0 comments on commit 7df7c36

Please sign in to comment.