Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit 7e46732

Browse files
authored
Merge pull request #105 from PatilShreyas/dependabot/gradle/junit-junit-4.13.2
[Dependency]: Bump junit from 4.13.1 to 4.13.2
2 parents 8bc13b0 + bea6437 commit 7e46732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EasyUpiPayment/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation 'androidx.annotation:annotation:1.1.0'
5353

5454
// Testing
55-
testImplementation 'junit:junit:4.13.1'
55+
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'androidx.test:core:1.3.0'
5757
testImplementation 'org.mockito:mockito-core:3.5.0'
5858

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation 'androidx.appcompat:appcompat:1.2.0'
3333
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3434
implementation 'com.google.android.material:material:1.2.1'
35-
testImplementation 'junit:junit:4.13.1'
35+
testImplementation 'junit:junit:4.13.2'
3636
androidTestImplementation 'androidx.test:runner:1.3.0'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
3838

0 commit comments

Comments
 (0)