Skip to content

Commit

Permalink
Merge pull request #6 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Feb 8, 2024
2 parents db43375 + 680dbd0 commit 085cb32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
- `utils-java-formatting` dependency marked back as `api`, by @HardNorth

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

dependencies {
api 'com.epam.reportportal:utils-java-formatting:5.2.1'
implementation 'com.epam.reportportal:client-java:5.2.4'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.epam.reportportal:utils-java-formatting:5.2.1'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
Expand Down

0 comments on commit 085cb32

Please sign in to comment.