Skip to content

Commit 22c1c6c

Browse files
committed
Update mockito to 2.19 for Java 10 compatibility, also rxjava 2.1.16
1 parent c789641 commit 22c1c6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

objectbox-rxjava/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ sourceCompatibility = 1.7
77

88
dependencies {
99
compile project(':objectbox-java')
10-
compile 'io.reactivex.rxjava2:rxjava:2.0.6'
10+
compile 'io.reactivex.rxjava2:rxjava:2.1.16'
1111

1212
testCompile 'junit:junit:4.12'
13-
testCompile 'org.mockito:mockito-core:2.7.10'
13+
testCompile 'org.mockito:mockito-core:2.19.0'
1414
}
1515

1616
javadoc {
1717
failOnError = false
1818
title = "ObjectBox RxJava2 ${version} API"
1919
excludes = [] // Unfinished APIs if any
20-
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
20+
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2018 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
2121
doLast {
2222
copy {
2323
from '../javadoc-style/'

0 commit comments

Comments
 (0)