Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 1 update: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Dec 16, 2024
1 parent f5c81e1 commit 10a894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeeshop-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'org.assertj:assertj-core:3.26.3'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

0 comments on commit 10a894b

Please sign in to comment.