Skip to content

Commit

Permalink
fix #13, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Jan 28, 2022
1 parent 2700a3a commit 3b81e33
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions applet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ repositories {
// mavenLocal() // for local maven repository if needed

// Repository with JCardSim, Globalplatform, etc, ...
maven { url "https://dl.bintray.com/ph4r05/jcard" }
maven { url "https://javacard.pro/maven" }
maven { url "https://deadcode.me/mvn" }

Expand All @@ -45,10 +44,10 @@ dependencies {
jcardsim 'com.klinec:jcardsim:3.0.5.11'

testImplementation 'org.testng:testng:6.1.1'
testImplementation 'org.slf4j:slf4j-api:1.7.2'
testImplementation 'org.slf4j:slf4j-log4j12:1.7.2'
testImplementation 'org.apache.logging.log4j:log4j-core:2.15.0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.slf4j:slf4j-api:1.7.33'
testImplementation 'org.slf4j:slf4j-log4j12:1.7.33'
testImplementation 'org.apache.logging.log4j:log4j-core:2.17.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.1.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.1.1'

Expand Down

0 comments on commit 3b81e33

Please sign in to comment.