Skip to content

Commit

Permalink
chore(deps): don't fix some version and use the bom
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 23, 2024
1 parent c8752bd commit e8750aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ dependencies {

// test
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "org.hamcrest:hamcrest"
testImplementation "org.hamcrest:hamcrest-library"
}

/**********************************************************************************************************************\
* Allure Reports
**********************************************************************************************************************/
dependencies {
testImplementation platform("io.qameta.allure:allure-bom:2.27.0")
testImplementation enforcedPlatform("io.kestra:platform:$kestraVersion")
testImplementation "io.qameta.allure:allure-junit5"
}

Expand Down

0 comments on commit e8750aa

Please sign in to comment.