Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.10.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
BachErik authored Jul 1, 2024
2 parents 3a40861 + 787a84e commit 808a72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
// https://mvnrepository.com/artifact/io.kubernetes/client-java
implementation("io.kubernetes:client-java:20.0.1")

testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation platform('org.junit:junit-bom:5.10.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
}

Expand Down

0 comments on commit 808a72e

Please sign in to comment.