File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
54
54
}
55
55
56
56
dependencies {
57
- deployerJars ' org.apache.maven.wagon:wagon-webdav:1.0-beta- 2'
58
- deployerJars ' org.apache.maven.wagon:wagon-ftp:2 .2'
57
+ deployerJars ' org.apache.maven.wagon:wagon-webdav-jackrabbit:3.3. 2'
58
+ deployerJars ' org.apache.maven.wagon:wagon-ftp:3.3 .2'
59
59
}
60
60
61
61
signing {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version= rootProject.version
3
3
4
4
buildscript {
5
5
ext. javadocDir = " $buildDir /docs/javadoc"
6
- ext. kotlin_version = ' 1.3.20 '
6
+ ext. kotlin_version = ' 1.3.21 '
7
7
ext. dokka_version = ' 0.9.17'
8
8
9
9
repositories {
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ sourceCompatibility = 1.7
7
7
8
8
dependencies {
9
9
compile project(' :objectbox-java' )
10
- compile ' io.reactivex.rxjava2:rxjava:2.1.16 '
10
+ compile ' io.reactivex.rxjava2:rxjava:2.2.7 '
11
11
12
12
testCompile ' junit:junit:4.12'
13
- testCompile ' org.mockito:mockito-core:2.19.0 '
13
+ testCompile ' org.mockito:mockito-core:2.25.1 '
14
14
}
15
15
16
16
javadoc {
You can’t perform that action at this time.
0 commit comments