Skip to content

Commit b2f19ca

Browse files
authored
Merge pull request #91 from mashhurs/upgrade-test-deps
Upgrade test dependencies.
2 parents a00d726 + ba53b0b commit b2f19ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ dependencies {
109109
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
110110
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'
111111
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
112-
testImplementation group: 'junit', name: 'junit', version: '4.12'
113-
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
114-
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
115-
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
112+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
113+
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
114+
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
115+
testImplementation group: 'org.slf4j', name: 'slf4j-reload4j', version: '2.0.16'
116116
}
117117

118118
test {

0 commit comments

Comments
 (0)