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 3a42238 commit d96c220
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` library version updated on version [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}"
compileOnly "com.google.code.findbugs:jsr305:${jsr305_version}"
compileOnly "com.squareup.okhttp3:okhttp:${okhttp_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=5.1.4-SNAPSHOT
description=Report Portal logger for OkHttp3 client
okhttp_version=4.12.0
client_version=5.2.11
client_version=5.2.13
jsr305_version=3.0.2
junit5_version=5.6.3
junit5_runner_version=1.6.3
Expand Down

0 comments on commit d96c220

Please sign in to comment.