Skip to content

Commit 1850ae2

Browse files
authored
Merge pull request #17 from reportportal/develop
Release
2 parents 907c5e8 + 2110f60 commit 1850ae2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- `hamcrest-core` dependency replaced with `hamcrest`, by @HardNorth
46

57
## [0.0.12]
68
### Fixed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compileOnly 'commons-io:commons-io:2.18.0'
3737
compileOnly('org.slf4j:slf4j-api:2.0.16')
3838

39-
implementation 'org.hamcrest:hamcrest-core:2.2'
39+
implementation 'org.hamcrest:hamcrest:2.2'
4040
implementation('org.awaitility:awaitility:4.0.2') {
4141
exclude group: 'org.hamcrest'
4242
}

0 commit comments

Comments
 (0)