Skip to content

Commit 71052e8

Browse files
renovate-botmartijndwars
authored andcommitted
Update dependency com.beust:jcommander to v1.81
1 parent 3966785 commit 71052e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
// For CLI
24-
implementation group: 'com.beust', name: 'jcommander', version: '1.78'
24+
implementation group: 'com.beust', name: 'jcommander', version: '1.81'
2525

2626
// For making HTTP requests
2727
implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.5'

0 commit comments

Comments
 (0)