Skip to content

Commit e05eeb4

Browse files
committed
bump Hamcrest from 2.2 to 3.0
1 parent 72098a6 commit e05eeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
implementation group: 'org.apache.poi', name: 'poi', version: '5.3.0', transitive: true
66
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0', transitive: true
77

8-
implementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2', transitive: false
8+
implementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0', transitive: false
99
testImplementation group: 'junit', name: 'junit', version: '4.13.2', transitive: false
1010
}
1111

0 commit comments

Comments
 (0)