Skip to content

Commit

Permalink
build: Update junit to 4.13.1 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung authored Nov 1, 2020
1 parent 8e11ed3 commit e0bb39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ maven.org_yaml_snakeyaml=org.yaml:snakeyaml:1.26
maven.org_threeten_threetenbp=org.threeten:threetenbp:1.3.3

# Testing.
maven.junit_junit=junit:junit:4.13
# This hamcrest-core dependency is for running JUnit test manually, before JUnit 4.11 it's wrapped along with JUnit package.
maven.junit_junit=junit:junit:4.13.1
# This hamcrest-core dependency is for running JUnit test manually, before JUnit 4.11 it's wrapped along with JUnit package.
# But now it has to be explicitly added.
maven.org_hamcrest_hamcrest_core=org.hamcrest:hamcrest-core:1.3
maven.org_mockito_mockito_core=org.mockito:mockito-core:2.21.0
Expand Down

0 comments on commit e0bb39a

Please sign in to comment.