Skip to content

Commit

Permalink
build(deps): bump junit in /code_samples/simple_language_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and hsz committed Feb 15, 2021
1 parent 298b2ff commit dd659a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_samples/simple_language_plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test {
sourceSets.main.java.srcDirs 'src/main/gen'

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}

// See https://github.com/JetBrains/gradle-intellij-plugin/
Expand Down

0 comments on commit dd659a6

Please sign in to comment.