Skip to content

Commit

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

## [5.1.3]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:utils-java-formatting:5.2.2'
api 'com.epam.reportportal:utils-java-formatting:5.2.3'
compileOnly "com.epam.reportportal:client-java:${client_version}"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ junit5_version=5.6.3
junit5_runner_version=1.6.3
mockito_version=4.5.1
httpclient_version=4.5.14
client_version=5.2.11
client_version=5.2.13
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
excludeTests=

0 comments on commit b397ec5

Please sign in to comment.