Skip to content

Commit 56f48ea

Browse files
authored
Merge pull request #118 from reportportal/develop
Release
2 parents bb4f64a + b24c7be commit 56f48ea

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Client version updated on [5.4.4](https://github.com/reportportal/client-java/releases/tag/5.4.4), by @HardNorth
46

57
## [5.4.0]
68
### Changed
79
- Client version updated on [5.4.3](https://github.com/reportportal/client-java/releases/tag/5.4.3), by @HardNorth
810
- Replace "jsr305" annotations with "jakarta.annotation-api", by @HardNorth
911
- Switch on use of `Instant` class instead of `Date` to get more timestamp precision, by @HardNorth
12+
### Removed
13+
- Java 8-10 support, by @HardNorth
1014

1115
## [5.3.2]
1216
### Changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
42-
api 'com.epam.reportportal:client-java:5.4.3'
42+
api 'com.epam.reportportal:client-java:5.4.4'
4343
api 'com.nordstrom.tools:junit-foundation:17.2.4'
4444

4545
implementation 'org.slf4j:slf4j-api:2.0.7'
@@ -50,7 +50,7 @@ dependencies {
5050
testImplementation 'org.hamcrest:hamcrest-core:2.2'
5151
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
5252
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
53-
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
53+
testImplementation 'ch.qos.logback:logback-classic:1.5.19'
5454
testImplementation 'com.epam.reportportal:logger-java-logback:5.4.0'
5555
testImplementation ("org.junit.platform:junit-platform-runner:${project.junit5_runner_version}") {
5656
exclude module: 'junit'

0 commit comments

Comments
 (0)