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 22, 2025
1 parent be74069 commit 47fba39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ configure(allprojects - project('allure-common')) {
compileTestJava.options.encoding = 'UTF-8'

dependencies {
implementation 'com.epam.reportportal:allure-common:5.2.1'
implementation 'com.epam.reportportal:allure-common:5.2.2'

testImplementation ("io.qameta.allure:allure-java-commons:${allure_version}") {
exclude group: 'org.slf4j'
}
testImplementation 'ch.qos.logback:logback-classic:1.3.12'
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.2'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.3'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.7'
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
exclude module: 'junit'
}
Expand Down

0 comments on commit 47fba39

Please sign in to comment.