Skip to content

Commit

Permalink
:dependabot: Bump the junit group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the junit group with 2 updates: [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0-RC1 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0-RC1...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0-RC1 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0-RC1...r5.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 7da9ab3 commit d035437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ dependencies {
}

testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0-M1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0-RC1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0-RC1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
}

task installAssets {
Expand Down

0 comments on commit d035437

Please sign in to comment.