Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-engine t…
Browse files Browse the repository at this point in the history
…o v5.10.1 (#1177)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent e8a092f commit 7540476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
testImplementation(project(':server:test:test-fixtures'))

testImplementation 'org.awaitility:awaitility-kotlin:4.2.0'
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"

testImplementation "io.insert-koin:koin-test:$koin_test_version"

Expand Down

0 comments on commit 7540476

Please sign in to comment.