Skip to content

Commit 8107517

Browse files
authored
Merge pull request #22 from reportportal/develop
Release
2 parents 00f90f1 + e286512 commit 8107517

File tree

5 files changed

+7
-48
lines changed

5 files changed

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

57
## [5.2.7]
68
### Changed

build-quality.gradle

Lines changed: 0 additions & 43 deletions
This file was deleted.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
apply plugin: 'java-library'
1717

18-
apply from: 'build-quality.gradle'
18+
apply from: "${project.scripts_url}/${project.scripts_branch}/build-quality.gradle"
1919
apply from: "${project.scripts_url}/${project.scripts_branch}/release-commons.gradle"
2020
apply from: "${project.scripts_url}/${project.scripts_branch}/signing.gradle"
2121
apply from: "${project.scripts_url}/${project.scripts_branch}/jacoco.gradle"
@@ -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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)