Skip to content

Commit

Permalink
build(deps): upgrade junit-platform to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Dec 22, 2021
1 parent ac8d9c3 commit 18feb6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ dependencies {
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'

// Required for Eclipse to run Unit tests.
testImplementation group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.8.0'
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.8.0'
def junit_platform_version = '1.8.2'
testImplementation group: 'org.junit.platform', name: 'junit-platform-commons', version: junit_platform_version
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: junit_platform_version

// Gradle plugin dependencies
errorprone group: 'com.google.errorprone', name: 'error_prone_core', version: '2.10.0'
Expand Down

0 comments on commit 18feb6d

Please sign in to comment.