Skip to content

Commit

Permalink
deps(upgrade): bump org.junit.jupiter:junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent ea92990 commit 137e304
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 @@ dependencies {
api("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testImplementation("org.apache.commons:commons-lang3:3.16.0")
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
testImplementation("com.github.marschall:memoryfilesystem:2.8.0")
Expand Down

0 comments on commit 137e304

Please sign in to comment.