Skip to content

Commit

Permalink
Bump up all test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
syoon2 committed May 5, 2023
1 parent 2028a7e commit d21b550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ repositories {
// 'compile' for project dependencies.
dependencies {
// Apache commons lang
testImplementation 'org.apache.commons:commons-lang3:3.6'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'

// JUnit 5 / Jupiter
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.9.3')

// Google Guava lib
testImplementation group: 'com.google.guava', name: 'guava', version: '22.0'
testImplementation group: 'com.google.guava', name: 'guava', version: '23.0'

// Google Truth test framework
// https://mvnrepository.com/artifact/com.google.truth/truth
testImplementation group: 'com.google.truth', name: 'truth', version: '1.0'
testImplementation group: 'com.google.truth', name: 'truth', version: '1.1.3'

// Test mocking framework
testImplementation "org.mockito:mockito-core:1.+"
testImplementation "org.mockito:mockito-core:5.+"
}

test {
Expand Down

0 comments on commit d21b550

Please sign in to comment.