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 24, 2024
1 parent fb0a278 commit 4b5361c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ configure(allprojects - project('allure-common')) {
testImplementation ("io.qameta.allure:allure-java-commons:${allure_version}") {
exclude group: 'org.slf4j'
}
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.6'
testImplementation 'ch.qos.logback:logback-classic:1.3.12'
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.0'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
exclude module: 'junit'
Expand Down

0 comments on commit 4b5361c

Please sign in to comment.