Skip to content

Commit 0af129a

Browse files
Bump org.junit.jupiter:junit-jupiter-params in /service
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70e2482 commit 0af129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
testImplementation "org.assertj:assertj-core:3.26.3"
6969
testImplementation 'org.testcontainers:testcontainers:1.20.4'
7070
testImplementation 'org.awaitility:awaitility:4.2.2'
71-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
71+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
7272
testImplementation 'org.wiremock:wiremock-standalone:3.9.2'
7373
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
7474
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'

0 commit comments

Comments
 (0)