Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 24, 2021
1 parent cf17c94 commit e72595e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
apply plugin: 'maven'

group 'org.torusresearch'
version '1.0.11'
version '1.0.13'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -18,10 +18,10 @@ repositories {
dependencies {
implementation 'org.torusresearch:fetch-node-details-java:1.0.10'
implementation 'org.web3j:core:4.6.0-android'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
testImplementation 'org.slf4j:slf4j-simple:1.7.32'
testImplementation 'com.auth0:java-jwt:3.18.2'
testImplementation 'net.andreinc:mockneat:0.4.7'
Expand Down

0 comments on commit e72595e

Please sign in to comment.