We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d771c + 5b55098 commit 6f186feCopy full SHA for 6f186fe
1 file changed
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
9
dependencies {
10
- classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.13.1'
+ classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0'
11
classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.4"
12
classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.2.0'
13
@@ -53,7 +53,7 @@ dependencies {
53
compile "io.reactivex.rxjava2:rxjava:2.2.9"
54
55
testCompile group: 'junit', name: 'junit', version: '4.12'
56
- testCompile 'org.mockito:mockito-core:2.12.0'
+ testCompile 'org.mockito:mockito-core:2.28.2'
57
58
59
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments