Skip to content

Commit

Permalink
Bump junit from 4.12 to 4.13.1 (#219)
Browse files Browse the repository at this point in the history
* Bump junit from 4.12 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

* junit 4.13.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stas Parshin <s.a.parshin@gmail.com>
  • Loading branch information
dependabot[bot] and pengrad committed Oct 13, 2020
1 parent 0ad9484 commit ad1d19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile 'com.squareup.okhttp3:okhttp:3.12.10'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.10'

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.1'
testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.13'
testCompile 'org.reflections:reflections:0.9.12'
}
Expand All @@ -31,4 +31,4 @@ task fatJar(type: Jar) {
with jar
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ad1d19d

Please sign in to comment.