Skip to content

Commit

Permalink
bump Hamcrest from 2.2 to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Aug 15, 2024
1 parent 72098a6 commit e05eeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation group: 'org.apache.poi', name: 'poi', version: '5.3.0', transitive: true
implementation group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0', transitive: true

implementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2', transitive: false
implementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0', transitive: false
testImplementation group: 'junit', name: 'junit', version: '4.13.2', transitive: false
}

Expand Down

0 comments on commit e05eeb4

Please sign in to comment.