Skip to content

Commit e170e98

Browse files
committed
Client version update
1 parent 6c598d6 commit e170e98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.7'
47+
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.12'
4848

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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version=5.2.8-SNAPSHOT
1+
version=5.3.0-SNAPSHOT
22
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.26
6+
client_version=5.3.14
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)