Skip to content

Commit 6c4f963

Browse files
authored
Merge pull request #19 from reportportal/develop
Release
2 parents 5e5a755 + c8ca1f9 commit 6c4f963

File tree

3 files changed

+4
-2
lines changed

3 files changed

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

57
## [5.2.4]
68
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444

4545
testImplementation "com.epam.reportportal:client-java:${client_version}"
4646
testImplementation "com.google.code.findbugs:jsr305:${jsr305_version}"
47-
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
47+
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.7'
4848

4949
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
5050
exclude module: 'junit'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description=Report Portal Java formatting utils for Agents and Loggers
33
junit5_version=5.6.3
44
junit5_runner_version=1.6.3
55
mockito_version=4.5.1
6-
client_version=5.2.23
6+
client_version=5.2.26
77
jsr305_version=3.0.2
88
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
99
scripts_branch=master

0 commit comments

Comments
 (0)