Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.2
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent a64b5a9 commit 68e21cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ repositories {
val lombokVersion = "1.18.34"

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("ch.qos.logback:logback-classic:1.5.8")

api("net.dv8tion:JDA:5.1.1") {
Expand Down

0 comments on commit 68e21cf

Please sign in to comment.