We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72098a6 commit e05eeb4Copy full SHA for e05eeb4
gradle/dependencies.gradle
@@ -5,7 +5,7 @@ dependencies {
5
implementation group: 'org.apache.poi', name: 'poi', version: '5.3.0', transitive: true
6
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0', transitive: true
7
8
- implementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2', transitive: false
+ implementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0', transitive: false
9
testImplementation group: 'junit', name: 'junit', version: '4.13.2', transitive: false
10
}
11
0 commit comments