Skip to content

Commit

Permalink
build(deps): bump org.junit.jupiter:junit-jupiter-engine
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.7.1 to 5.9.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.1...r5.9.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent 927864a commit afbe254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation project(':api')
implementation project(':core')

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'

implementation 'com.google.inject:guice:7.0.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
Expand Down

0 comments on commit afbe254

Please sign in to comment.