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 4ec1b67 commit 88a3f00
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 @@ -94,8 +94,8 @@ dependencies {
testAnnotationProcessor group: "io.kestra", name: "processor", version: kestraVersion

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"

}

Expand Down

0 comments on commit 88a3f00

Please sign in to comment.