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 40d2052 commit 778a6ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

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

## [5.1.6]
### Changed
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ repositories {
}

dependencies {
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'
implementation 'ch.qos.logback:logback-classic:1.3.8'
implementation 'ch.qos.logback:logback-classic:1.3.12'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation('org.awaitility:awaitility:4.0.2') {
Expand All @@ -54,6 +54,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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.1.7-SNAPSHOT
version=5.2.0-SNAPSHOT
description=EPAM Report portal. Logback Integration
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
Expand Down

0 comments on commit 778a6ff

Please sign in to comment.