Skip to content

Commit 220f4fa

Browse files
build(deps): bump junit-jupiter from 5.11.4 to 5.13.0 (#207)
* build(deps): bump junit-jupiter from 5.11.4 to 5.13.0 Bumps `junit-jupiter` from 5.11.4 to 5.13.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update libs.versions.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Boos <[email protected]>
1 parent b59a757 commit 220f4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pmd = "7.14.0"
1818
jacoco = "0.8.13"
1919
# Testing
2020
mockito = "5.18.0"
21-
junit-jupiter = "5.12.2"
22-
junit-platform = "1.12.2"
21+
junit-jupiter = "5.13.0"
22+
junit-platform = "1.13.0"
2323

2424
[libraries]
2525
openapi-tools-jacksonDatabindNullable = { group = "org.openapitools", name = "jackson-databind-nullable", version.ref = "openapi-tools" }

0 commit comments

Comments
 (0)