Merge pull request #29 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:53:19 -05:00 committed by GitHub
commit d59a033550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ apply plugin: 'maven'
apply plugin: 'signing'
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}
jar {