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

Commit 0b4f771

Browse files
committed
Client version update
1 parent 2d6bdb4 commit 0b4f771

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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.1.22](https://github.com/reportportal/client-java/releases/tag/5.1.22), by @HardNorth
46

57
## [5.1.3]
68
### Changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ targetCompatibility = JavaVersion.VERSION_1_8
3434

3535
repositories {
3636
mavenCentral()
37-
maven { url "https://jitpack.io" }
3837
}
3938

4039
dependencies {
41-
api 'com.epam.reportportal:client-java:5.1.16'
40+
api 'com.epam.reportportal:client-java:5.1.22'
4241
api 'com.epam.reportportal:commons-model:5.0.0'
4342
api 'com.google.code.findbugs:jsr305:3.0.2'
4443
api 'info.cukes:gherkin:2.12.2'
4544

46-
implementation 'org.slf4j:slf4j-api:1.7.36'
45+
implementation 'org.slf4j:slf4j-api:2.0.7'
4746
implementation 'org.apache.commons:commons-text:1.10.0'
4847

49-
testImplementation 'com.github.reportportal:agent-java-test-utils:236a68c'
50-
testImplementation 'org.aspectj:aspectjweaver:1.9.2'
48+
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
49+
50+
testImplementation 'org.aspectj:aspectjweaver:1.9.19'
5151
testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
5252
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
5353
testImplementation 'org.hamcrest:hamcrest-core:2.2'
5454
testImplementation 'org.mockito:mockito-core:3.3.3'
5555
testImplementation 'org.mockito:mockito-junit-jupiter:3.3.3'
56-
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
57-
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.3'
56+
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
57+
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.5'
5858

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

0 commit comments

Comments
 (0)