Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.11.3
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.10.0 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 173fa7c commit 4ff2e4b
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 @@ -29,7 +29,7 @@ dependencies {

// JUnit 5 / Jupiter
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.11.3')

// Google Guava lib
testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
Expand Down

0 comments on commit 4ff2e4b

Please sign in to comment.