Skip to content

Commit 606c34c

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.13.2 to 1.13.3
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.2 to 1.13.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.platform:junit-platform-launcher dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13425d6 commit 606c34c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ dependencies {
258258
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
259259
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.3'
260260

261-
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.2'
262-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.2'
261+
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.3'
262+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.3'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.2'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.2'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.2'

0 commit comments

Comments
 (0)