Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter in /services/Promoter
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 012794f commit f9d86ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/Promoter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ dependencies {

testImplementation project(':libs:SharedLib')
testImplementation project(':libs:SharedLib').sourceSets.test.output
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-vavr:0.4.3'

Expand Down

0 comments on commit f9d86ae

Please sign in to comment.