Skip to content

Commit 7ed1ab2

Browse files
committed
v2.8.0 update libs
1 parent efe1d60 commit 7ed1ab2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

VCL/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
}
77

88
ext {
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) {
155155
dependencies {
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
}

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ android {
4646
dependencies {
4747
implementation 'androidx.core:core-ktx:1.16.0'
4848
implementation 'androidx.appcompat:appcompat:1.7.1'
49-
implementation 'com.google.android.material:material:1.12.0'
49+
implementation 'com.google.android.material:material:1.13.0'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
5151

5252
//--------- Must: be added:
53-
implementation 'com.nimbusds:nimbus-jose-jwt:10.3'
54-
implementation "androidx.security:security-crypto:1.1.0-beta01"
53+
implementation 'com.nimbusds:nimbus-jose-jwt:10.5'
54+
implementation "androidx.security:security-crypto:1.1.0"
5555
//-------------------------
5656

5757
implementation project(':VCL')
5858
// implementation "io.velocitycareerlabs:vcl:x.y.z"
5959

60-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
61-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
60+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
61+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6262

6363
testImplementation 'junit:junit:4.13.2'
64-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
64+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
6565
}

0 commit comments

Comments
 (0)