Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 in /server
  • Loading branch information
pdambrauskas authored Oct 22, 2024
2 parents 2805eca + e3aeb7a commit 0669acc
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.11.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.5"
testRuntimeOnly "org.objenesis:objenesis:3.4"

Expand Down

0 comments on commit 0669acc

Please sign in to comment.