Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 8c06039

Browse files
committed
Client version update
1 parent 279f392 commit 8c06039

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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+
- Client version updated on [5.2.25](https://github.com/reportportal/client-java/releases/tag/5.2.25), by @HardNorth
46

57
## [5.2.4]
68
### Added

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ repositories {
3737
}
3838

3939
dependencies {
40-
api 'com.epam.reportportal:client-java:5.2.21'
40+
api 'com.epam.reportportal:client-java:5.2.25'
4141
api 'info.cukes:gherkin:2.12.2'
4242

4343
implementation 'org.slf4j:slf4j-api:2.0.7'
4444
implementation 'org.apache.commons:commons-text:1.10.0'
4545

46-
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
46+
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.7'
4747

4848
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
4949
testImplementation 'org.aspectj:aspectjweaver:1.9.19'
@@ -52,8 +52,8 @@ dependencies {
5252
testImplementation 'org.hamcrest:hamcrest-core:2.2'
5353
testImplementation 'org.mockito:mockito-core:3.3.3'
5454
testImplementation 'org.mockito:mockito-junit-jupiter:3.3.3'
55-
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
56-
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.2'
55+
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
56+
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.3'
5757

5858
testImplementation ("org.junit.platform:junit-platform-runner:${project.junit_runner_version}") {
5959
exclude module: 'junit'

0 commit comments

Comments
 (0)