Skip to content

Commit

Permalink
#12: Upgrade project dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Balog authored Dec 13, 2020
1 parent 29b51fb commit dc028de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

plugins {
id 'org.jetbrains.intellij' version '0.4.26'
id 'org.jetbrains.intellij' version '0.6.5'
}

java {
Expand Down Expand Up @@ -34,10 +34,10 @@ wrapper {
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.16.1'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.4.6'
testImplementation('org.mockito:mockito-inline:3.4.6') //for using static method mocking
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.6.28'
testImplementation('org.mockito:mockito-inline:3.6.28') //for using static method mocking
}

patchPluginXml {
Expand Down

0 comments on commit dc028de

Please sign in to comment.