Skip to content

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](junit-team/junit4@r4.13.1...r4.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 14, 2021
1 parent 13d38c3 commit cba605e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subprojects {

implementation 'org.spongepowered:spongeapi:7.3.0'

testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
testImplementation 'org.mockito:mockito-core:3.7.7'
Expand Down
2 changes: 1 addition & 1 deletion engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
// implementation 'com.google.guava:guava:27.0.1-jre'
implementation 'org.jline:jline:3.19.0'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
}

mainClassName = 'study.learn.storeys.engine.Main'
Expand Down

0 comments on commit cba605e

Please sign in to comment.