Skip to content

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2 (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 15, 2021
1 parent e88fe26 commit c2488e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -8,7 +8,7 @@ versions.bytebuddy = '1.10.20'
versions.junitJupiter = '5.7.1'
versions.errorprone = '2.5.1'

libraries.junit4 = 'junit:junit:4.13.1'
libraries.junit4 = 'junit:junit:4.13.2'
libraries.junitJupiterApi = "org.junit.jupiter:junit-jupiter-api:${versions.junitJupiter}"
libraries.junitPlatformLauncher = 'org.junit.platform:junit-platform-launcher:1.7.1'
libraries.junitJupiterEngine = "org.junit.jupiter:junit-jupiter-engine:${versions.junitJupiter}"
Expand Down

0 comments on commit c2488e0

Please sign in to comment.