@@ -6,8 +6,8 @@ plugins {
66}
77
88ext {
9- publishCode = 167
10- publishVersion = " 2.7.7 "
9+ publishCode = 168
10+ publishVersion = " 2.8.0 "
1111 publishArtifactId = " vcl"
1212 publishGroupId = " io.velocitycareerlabs"
1313}
@@ -155,15 +155,15 @@ tasks.register("stageArtifacts", Copy) {
155155dependencies {
156156 implementation ' androidx.core:core-ktx:1.16.0'
157157
158- implementation ' com.nimbusds:nimbus-jose-jwt:10.3.1 '
159- implementation " androidx.security:security-crypto:1.1.0-beta01 "
158+ implementation ' com.nimbusds:nimbus-jose-jwt:10.5 '
159+ implementation " androidx.security:security-crypto:1.1.0"
160160
161161 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
162162
163163 // Required -- JUnit 4 framework
164164 testImplementation ' junit:junit:4.13.2'
165- testImplementation ' androidx.test:core:1.6.1 '
166- testImplementation ' org.robolectric:robolectric:4.15.1 '
165+ testImplementation ' androidx.test:core:1.7.0 '
166+ testImplementation ' org.robolectric:robolectric:4.16 '
167167
168168 // DON'T upgrade yet!!!
169169 testImplementation ' io.mockk:mockk:1.14.2'
@@ -174,6 +174,6 @@ dependencies {
174174 // json assert
175175 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
176176
177- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
178- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
177+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
178+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
179179}
0 commit comments