Skip to content

Commit

Permalink
Agent version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 24, 2024
1 parent 4b5361c commit 6c2ccde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions agent-allure-testng/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- Agent version updated on [5.4.0](https://github.com/reportportal/agent-java-testng/releases/tag/5.4.0), by @HardNorth

## [5.1.1]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

dependencies {
api 'com.epam.reportportal:agent-java-testng:5.3.1'
api 'com.epam.reportportal:agent-java-testng:5.4.0'
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion agent-allure-testng/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=agent-allure-testng
version=5.1.2-SNAPSHOT
version=5.2.0-SNAPSHOT
description=Report Portal - Allure integrations for TestNG

0 comments on commit 6c2ccde

Please sign in to comment.