Skip to content

Commit 010b098

Browse files
dependabot[bot]AkibaAT
authored andcommitted
build: bump junitVersion from 5.12.2 to 5.13.2
Bumps `junitVersion` from 5.12.2 to 5.13.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.2 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2439beb commit 010b098

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
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("com.google.code.gson:gson:2.13.1")
2929
implementation("io.sentry:sentry:8.12.0")
3030

31-
val junitVersion = "5.12.2"
31+
val junitVersion = "5.13.2"
3232
testImplementation("junit:junit:4.13.2")
3333
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
3434
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")

0 commit comments

Comments
 (0)