Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter (#20)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /sample-api-client with 1 update: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter` 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
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent 96176bf commit bc7f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("io.ktor:ktor-serialization-jackson")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("au.com.dius.pact.consumer:junit5:4.6.10")
}
Expand Down

0 comments on commit bc7f95d

Please sign in to comment.