Skip to content

Commit cdcab46

Browse files
Bump org.junit.jupiter:junit-jupiter-params in /versions (#13502)
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
1 parent 23c5f4e commit cdcab46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ dependencies.constraints {
125125
api("org.jooq:jool:0.9.15")
126126
api("org.jsoup:jsoup:1.20.1")
127127
api("org.jspecify:jspecify:1.0.0")
128-
api("org.junit.jupiter:junit-jupiter-api:5.13.1")
129-
api("org.junit.jupiter:junit-jupiter-params:5.13.1")
130-
api("org.junit.jupiter:junit-jupiter:5.13.1")
128+
api("org.junit.jupiter:junit-jupiter-api:5.13.3")
129+
api("org.junit.jupiter:junit-jupiter-params:5.13.3")
130+
api("org.junit.jupiter:junit-jupiter:5.13.3")
131131
api("org.junit.platform:junit-platform-launcher:1.13.1")
132132
api("org.kordamp.ikonli:ikonli-javafx:12.4.0")
133133
api("org.kordamp.ikonli:ikonli-materialdesign2-pack:12.4.0")

0 commit comments

Comments
 (0)