Skip to content

Commit

Permalink
chore(deps): update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 9, 2021
1 parent c99980d commit 0339de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {

dependencies {
antlr 'org.antlr:antlr4:4.8-1'
testCompile 'junit:junit:4.13'
testCompile 'junit:junit:4.13.2'
}

def autoGeneratedFolder = "${project.rootDir}/src/main/java/dora/antlr"
Expand Down

0 comments on commit 0339de3

Please sign in to comment.