Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Jul 10, 2023
1 parent 28a2524 commit a7108c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion build-android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
implementation BCPROV_JDK15ON
implementation MBASSADOR
implementation ASN_ONE
testImplementation GROOVY_ALL
testRuntimeOnly CGLIB_NODEP
testRuntimeOnly OBJENESIS
testImplementation SPOCK_CORE
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ testing {
useJUnitJupiter()
dependencies {
implementation SLF4J_API
implementation GROOVY_ALL
// implementation GROOVY_ALL
runtimeOnly CGLIB_NODEP
runtimeOnly OBJENESIS
implementation SPOCK_CORE
Expand Down
15 changes: 7 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
BCPROV_JDK15ON=org.bouncycastle:bcprov-jdk15on:1.70
CGLIB_NODEP=cglib:cglib-nodep:2.2
COMMONS_IO=commons-io:commons-io:2.5
GROOVY_ALL=org.codehaus.groovy:groovy-all:2.5.12
LOGBACK_CLASSIC=ch.qos.logback:logback-classic:1.2.9
BCPROV_JDK15ON=org.bouncycastle:bcprov-jdk18on:1.75
CGLIB_NODEP=cglib:cglib-nodep:3.3.0
COMMONS_IO=commons-io:commons-io:2.13.0
LOGBACK_CLASSIC=ch.qos.logback:logback-classic:1.3.8
MBASSADOR=net.engio:mbassador:1.3.0
OBJENESIS=org.objenesis:objenesis:2.6
SLF4J_API=org.slf4j:slf4j-api:1.7.32
SPOCK_CORE=org.spockframework:spock-core:2.0-M4-groovy-2.5
OBJENESIS=org.objenesis:objenesis:3.3
SLF4J_API=org.slf4j:slf4j-api:2.0.7
SPOCK_CORE=org.spockframework:spock-core:2.3-groovy-3.0
ASN_ONE=com.hierynomus:asn-one:0.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import com.hierynomus.protocol.commons.buffer.Endian
import com.hierynomus.security.bc.BCSecurityProvider
import com.hierynomus.security.jce.JceSecurityProvider
import com.hierynomus.test.PredictableRandom
import org.apache.tools.ant.taskdefs.Tar
import org.bouncycastle.jce.provider.BouncyCastleProvider
import spock.lang.Specification
import spock.lang.Unroll
Expand Down

0 comments on commit a7108c3

Please sign in to comment.