Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 5, 2024
1 parent df6a56a commit 2f34454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.13](https://github.com/reportportal/client-java/releases/tag/5.2.13), by @HardNorth

## [5.2.2]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions agent-android-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ dependencies {
compileOnly "androidx.test:runner:1.5.2"

// Report Portal libraries
internalize(group: 'com.epam.reportportal', name: 'agent-java-junit5', version: '5.3.0', transitive: false)
internalize(group: 'com.epam.reportportal', name: 'agent-java-junit5', version: '5.3.1', transitive: false)
api tasks.internalizeJar.outputs.files
// Next three dependencies are required due to internalization
api('com.epam.reportportal:client-java:5.2.7') {
api('com.epam.reportportal:client-java:5.2.13') {
exclude group: 'org.aspectj' // AspectJ is already included by Android
}
implementation 'com.google.code.findbugs:jsr305:3.0.2'
Expand Down

0 comments on commit 2f34454

Please sign in to comment.