Skip to content

Commit

Permalink
Merge pull request #127 from exacaster/dependabot/gradle/server/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-engine-5.9.1

Bump junit-jupiter-engine from 5.9.0 to 5.9.1 in /server
  • Loading branch information
pdambrauskas authored Sep 21, 2022
2 parents f9afc51 + 396936f commit 0a53f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
runtimeOnly "com.h2database:h2"
runtimeOnly "org.postgresql:postgresql"

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.1"
testImplementation "io.micronaut:micronaut-inject-groovy"
testImplementation "io.micronaut.test:micronaut-test-spock"
testImplementation "io.micronaut:micronaut-http-client"
Expand Down

0 comments on commit 0a53f86

Please sign in to comment.