File tree Expand file tree Collapse file tree 5 files changed +7
-48
lines changed
Expand file tree Collapse file tree 5 files changed +7
-48
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 */
1616apply plugin : ' java-library'
1717
18- apply from : ' build-quality.gradle'
18+ apply from : " ${ project.scripts_url } / ${ project.scripts_branch } / build-quality.gradle"
1919apply from : " ${ project.scripts_url} /${ project.scripts_branch} /release-commons.gradle"
2020apply from : " ${ project.scripts_url} /${ project.scripts_branch} /signing.gradle"
2121apply 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'
Original file line number Diff line number Diff line change 1- version =5.2.8 -SNAPSHOT
1+ version =5.3.0 -SNAPSHOT
22description =Report Portal Java formatting utils for Agents and Loggers
33junit5_version =5.6.3
44junit5_runner_version =1.6.3
55mockito_version =4.5.1
6- client_version =5.2.26
6+ client_version =5.3.14
77jsr305_version =3.0.2
88scripts_url =https://raw.githubusercontent.com/reportportal/gradle-scripts
99scripts_branch =master
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments