Skip to content

Commit 0931661

Browse files
chore(deps): bump junitJupiterVersion from 5.12.1 to 5.12.2
Bumps `junitJupiterVersion` from 5.12.1 to 5.12.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2f4399 commit 0931661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val logbackVersion = "1.5.18"
1313
val logstashEncoderVersion = "8.0"
1414
val openHtmlToPdfVersion = "1.1.26"
1515
val prometheusVersion = "0.16.0"
16-
val junitJupiterVersion = "5.12.1"
16+
val junitJupiterVersion = "5.12.2"
1717
val verapdfVersion = "1.26.1"
1818
val ktfmtVersion = "0.44"
1919
val testcontainersVersion = "1.20.6"

0 commit comments

Comments
 (0)