Skip to content

Commit 9207735

Browse files
dependabot[bot]Fyusel
authored andcommitted
chore(deps): bump the junit group with 3 updates
Bumps the junit group with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 5.14.2 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.2...r5.14.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.14.2 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.2...r5.14.3) Updates `org.junit.platform:junit-platform-launcher` from 1.14.2 to 1.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c0c0c1 commit 9207735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ subprojects {
215215
implementation project(':core')
216216
}
217217

218-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2'
219-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2'
220-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.2'
218+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
219+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
220+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
221221
}
222222
}

0 commit comments

Comments
 (0)