Skip to content

Commit c50aeff

Browse files
Bump jcommander from 1.81 to 1.82 (#64)
Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.81 to 1.82. - [Release notes](https://github.com/cbeust/jcommander/releases) - [Changelog](https://github.com/cbeust/jcommander/blob/master/CHANGELOG.md) - [Commits](cbeust/jcommander@1.81...1.82) --- updated-dependencies: - dependency-name: com.beust:jcommander dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b2da9d commit c50aeff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation "io.reactivex.rxjava3:rxjava:3.1.4"
5151
testImplementation "org.reactivestreams:reactive-streams-tck:1.0.3"
5252
testImplementation "org.testng:testng:7.5"
53-
testImplementation "com.beust:jcommander:1.81"
53+
testImplementation "com.beust:jcommander:1.82"
5454
}
5555

5656
compileJava.options.fork = true

0 commit comments

Comments
 (0)