Skip to content

Commit

Permalink
chore(deps): bump junit-jupiter from 5.6.1 to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymind committed Aug 2, 2020
1 parent 2b52347 commit 5839b56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ repositories {
dependencies {
api gradleApi()

// https://mvnrepository.com/artifact/team.yi.tools/semantic-gitlog
api 'team.yi.tools:semantic-gitlog:0.5.11'

testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1'
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
}

lombok {
Expand Down

0 comments on commit 5839b56

Please sign in to comment.