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 24, 2024
1 parent 2fe15fc commit 31a825b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions allure-common/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.1](https://github.com/reportportal/client-java/releases/tag/5.2.1), by @HardNorth
- Allure version updated on 2.25.0, by @HardNorth

## [5.1.1]
- Client version updated on [5.1.22](https://github.com/reportportal/client-java/releases/tag/5.1.22), by @HardNorth
Expand Down
2 changes: 1 addition & 1 deletion allure-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
}

implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'com.epam.reportportal:client-java:5.1.22'
implementation 'com.epam.reportportal:client-java:5.2.1'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
Expand Down
2 changes: 1 addition & 1 deletion allure-common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=allure-common
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integration commons
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import com.epam.reportportal.listeners.LogLevel;
import com.epam.reportportal.message.ReportPortalMessage;
import com.epam.reportportal.service.ReportPortal;
import com.epam.reportportal.utils.files.ByteSource;
import com.epam.reportportal.utils.files.Utils;
import com.google.common.io.ByteSource;
import io.qameta.allure.Attachment;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=allure-java
group=com.epam.reportportal
version=5.1.0-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for Java test frameworks
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
excludeTests=
junit5_version=5.6.3
junit5_runner_version=1.6.3
mockito_version=3.3.3
allure_version=2.23.0
allure_version=2.25.0

0 comments on commit 31a825b

Please sign in to comment.