Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.2 in /server
  • Loading branch information
pdambrauskas authored Oct 7, 2024
2 parents eba191b + 4a64de9 commit 650d0da
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 @@ -68,7 +68,7 @@ dependencies {
runtimeOnly "org.postgresql:postgresql"
runtimeOnly "org.flywaydb:flyway-database-postgresql"

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.2"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.18"
testRuntimeOnly "org.objenesis:objenesis:3.4"

Expand Down

0 comments on commit 650d0da

Please sign in to comment.