Merge pull request #4 from AppleCommander/dependabot/gradle/junit-junit-4.13.2

Bump junit:junit from 4.12 to 4.13.2
This commit is contained in:
A2 Geek 2023-10-28 12:52:42 -05:00 committed by GitHub
commit 4ebc196313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ repositories {
}
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}
mainClassName = 'com.webcodepro.shrinkit.NufxScan'