Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed Dec 17, 2021
1 parent b52ad43 commit 08f766b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'kotlin'
version = '0.25'

dependencies {
api 'org.bouncycastle:bcprov-jdk15on:1.65'
api 'org.bouncycastle:bcprov-jdk15on:1.70'
api 'com.google.guava:guava:30.0-android'
compile 'commons-io:commons-io:2.5'
compile 'org.json:json:20180813'
Expand All @@ -25,14 +25,14 @@ dependencies {
implementation 'net.jcip:jcip-annotations:1.0'
api 'org.apache.commons:commons-lang3:3.7'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.easymock:easymock:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:4.3'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.30'
testImplementation 'com.h2database:h2:1.3.167'
testImplementation 'com.h2database:h2:1.3.176'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.7.2'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
}

sourceCompatibility = 1.7
Expand Down

0 comments on commit 08f766b

Please sign in to comment.