File tree 3 files changed +11
-12
lines changed
src/test/java/org/saltyrtc/client/tests
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 30
30
// In this section you declare where to find the dependencies of your project
31
31
repositories {
32
32
mavenCentral()
33
- jcenter() // TODO: Remove
34
33
}
35
34
36
35
// In this section you declare the dependencies for your production and test code
@@ -57,8 +56,8 @@ dependencies {
57
56
// Test dependencies
58
57
testImplementation ' org.slf4j:slf4j-simple:[1.7,1.8)'
59
58
testImplementation ' junit:junit:4.12'
60
- testImplementation ' com.goterl.lazycode :lazysodium-java:[3.3,4) '
61
- testImplementation ' net.java.dev.jna:jna:[5,6) '
59
+ testImplementation ' com.goterl:lazysodium-java:5.0.1 '
60
+ testImplementation ' net.java.dev.jna:jna:5.8.0 '
62
61
}
63
62
64
63
test {
Original file line number Diff line number Diff line change 7
7
*/
8
8
package org .saltyrtc .client .tests ;
9
9
10
- import com .goterl .lazycode . lazysodium .LazySodiumJava ;
11
- import com .goterl .lazycode . lazysodium .SodiumJava ;
12
- import com .goterl .lazycode . lazysodium .interfaces .Box ;
10
+ import com .goterl .lazysodium .LazySodiumJava ;
11
+ import com .goterl .lazysodium .SodiumJava ;
12
+ import com .goterl .lazysodium .interfaces .Box ;
13
13
import org .saltyrtc .client .annotations .NonNull ;
14
14
import org .saltyrtc .client .crypto .CryptoException ;
15
15
import org .saltyrtc .client .crypto .CryptoInstance ;
16
16
import org .saltyrtc .client .crypto .CryptoProvider ;
17
17
18
- import static com .goterl .lazycode . lazysodium .interfaces .Box .BEFORENMBYTES ;
19
- import static com .goterl .lazycode . lazysodium .interfaces .Box .MACBYTES ;
18
+ import static com .goterl .lazysodium .interfaces .Box .BEFORENMBYTES ;
19
+ import static com .goterl .lazysodium .interfaces .Box .MACBYTES ;
20
20
21
21
/**
22
22
* An implementation of the CryptoInstance interface for lazysodium-java.
Original file line number Diff line number Diff line change 7
7
*/
8
8
package org .saltyrtc .client .tests ;
9
9
10
- import com .goterl .lazycode . lazysodium .LazySodiumJava ;
11
- import com .goterl .lazycode . lazysodium .SodiumJava ;
12
- import com .goterl .lazycode . lazysodium .interfaces .Box ;
13
- import com .goterl .lazycode . lazysodium .interfaces .SecretBox ;
10
+ import com .goterl .lazysodium .LazySodiumJava ;
11
+ import com .goterl .lazysodium .SodiumJava ;
12
+ import com .goterl .lazysodium .interfaces .Box ;
13
+ import com .goterl .lazysodium .interfaces .SecretBox ;
14
14
import org .saltyrtc .client .annotations .NonNull ;
15
15
import org .saltyrtc .client .crypto .CryptoException ;
16
16
import org .saltyrtc .client .crypto .CryptoInstance ;
You can’t perform that action at this time.
0 commit comments