Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-engine in /common (#672)
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.2 to 5.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ole <[email protected]>
  • Loading branch information
dependabot[bot] and ole4ryb authored Jul 2, 2024
1 parent 3090859 commit 8edf867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies {
api 'org.springframework:spring-jms'
api 'org.apache.commons:commons-lang3:3.14.0'
api 'org.apache.qpid:qpid-jms-client:2.5.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

}

test {
Expand Down

0 comments on commit 8edf867

Please sign in to comment.