Skip to content

Commit

Permalink
Updated JUnit to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdolif committed Feb 22, 2021
1 parent 08bf4eb commit 21ec820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_management_service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
// Use JUnit test framework.
testImplementation "junit:junit:4.13.1"
testImplementation "junit:junit:4.13.2"

// las2peer bundle which is not necessary in the runtime path
// compileOnly will be moved into the lib dir afterwards
Expand Down

0 comments on commit 21ec820

Please sign in to comment.