Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump junit-jupiter from 5.7.1 to 5.9.1
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.1 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.1...r5.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent c55f6a3 commit 6187e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
annotationProcessor 'org.inferred:freebuilder:2.7.0'
compileOnly 'org.inferred:freebuilder:2.7.0'

testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testCompileOnly group: 'junit', name: 'junit', version: '4.13.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
testImplementation group: 'org.apache.groovy', name: 'groovy', version: '4.0.5'
Expand Down

0 comments on commit 6187e2e

Please sign in to comment.