Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 12, 2024
1 parent f324b77 commit 4bc0a63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Client version updated on [5.2.0](https://github.com/reportportal/client-java/releases/tag/5.2.0), by @HardNorth

## [5.1.8]
### Changed
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
dependencies {
implementation "org.apache.logging.log4j:log4j-core:${log4j_version}"
annotationProcessor "org.apache.logging.log4j:log4j-core:${log4j_version}"
implementation 'com.epam.reportportal:client-java:5.1.22'
implementation 'com.epam.reportportal:client-java:5.2.0'
implementation 'com.epam.reportportal:commons-model:5.0.0'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
Expand All @@ -53,6 +53,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
testImplementation 'org.apache.commons:commons-io:1.3.2'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

test {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=5.1.9-SNAPSHOT
description=EPAM Report portal. Log4j Intergration
version=5.2.0-SNAPSHOT
description=EPAM Report portal. Log4j Integration
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
junit_version=5.6.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import com.epam.reportportal.service.ReportPortalClient;
import com.epam.reportportal.service.logs.LoggingSubscriber;
import com.epam.reportportal.util.test.CommonUtils;
import com.epam.reportportal.utils.files.ByteSource;
import com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS;
import com.google.common.io.ByteSource;
import io.reactivex.Maybe;
import io.reactivex.Scheduler;
import io.reactivex.schedulers.Schedulers;
Expand Down

0 comments on commit 4bc0a63

Please sign in to comment.