Skip to content

Commit

Permalink
Update junit to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent f6ddf50 commit e24319e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ allprojects {


dependencies {
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.1")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.1")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.3")
testImplementation("org.mockito", "mockito-core", "5.+")
}

Expand Down
4 changes: 2 additions & 2 deletions sadu-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ description = "SADU module for checking validity of updater files"

dependencies {

api(platform("org.junit:junit-bom:5.11.1"))
api(platform("org.junit:junit-bom:5.11.3"))
api("org.junit.jupiter:junit-jupiter")
api(project(":sadu-core"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(project(":sadu-postgresql"))
}

0 comments on commit e24319e

Please sign in to comment.