We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd51e commit 845cfc6Copy full SHA for 845cfc6
build.gradle
@@ -88,8 +88,8 @@ repositories {
88
}
89
90
dependencies {
91
- testImplementation group: 'junit', name: 'junit', version: '4.12'
92
- testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.13.2'
+ testImplementation group: 'junit', name: 'junit', version: '4.13'
+ testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.15.0'
93
94
- implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
95
0 commit comments