Skip to content

Commit

Permalink
Dependency versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 17, 2024
1 parent 40ba5df commit 5daf7e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
### Changed
- Client version updated on [5.2.0](https://github.com/reportportal/client-java/releases/tag/5.2.0), by @HardNorth
- Selenide version updated on 6.18.0 to address vulnerabilities, by @HardNorth
- Selenide dependency marked as `implementation` to force users specify their own selenide versions, by @HardNorth

## [5.1.4]
### Changed
Expand All @@ -9,7 +13,7 @@
## [5.1.3]
### Changed
- Client version updated on [5.1.16](https://github.com/reportportal/client-java/releases/tag/5.1.16), by @HardNorth
- Selenide version updated on 6.12.3 to address vulnerabilities
- Selenide version updated on 6.12.3 to address vulnerabilities, by @HardNorth

## [5.1.2]
### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.1.22'
api 'com.epam.reportportal:client-java:5.2.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.epam.reportportal:commons-model:5.0.0'
api 'com.codeborne:selenide:6.12.3'
implementation 'com.codeborne:selenide:6.18.0'

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import com.epam.reportportal.message.ReportPortalMessage;
import com.epam.reportportal.service.Launch;
import com.epam.reportportal.service.ReportPortal;
import com.google.common.io.ByteSource;
import com.epam.reportportal.utils.files.ByteSource;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;

Expand Down

0 comments on commit 5daf7e7

Please sign in to comment.