Skip to content

Commit 8fbe19e

Browse files
authored
Merge pull request #69 from testng-team/feat/jcommander
feat: update to jcommander:1.83
2 parents 8bf222d + f3b4b4c commit 8fbe19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ platform {
6161
bundleName = 'testng'
6262
// instruction 'Export-Package', "org.testng.*;version=$version"
6363
instruction 'Import-Package',
64-
'com.beust.jcommander.*;version="[1.7.0,2.0.0)",' +
64+
'com.beust.jcommander.*;version="[1.8.3,2.0.0)",' +
6565
'org.slf4j.*,' +
6666
'bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,' +
6767
'com.google.inject.*;version="[1.2,5.0)";resolution:=optional,' +
@@ -72,7 +72,7 @@ platform {
7272
'!com.beust.testng,' +
7373
'!org.testng.*,' +
7474
'!com.sun.*'
75-
instruction 'Require-Bundle', 'com.beust.jcommander;bundle-version="[1.7.0,2.0.0)";visibility:=reexport'
75+
instruction 'Require-Bundle', 'com.beust.jcommander;bundle-version="[1.8.3,2.0.0)";visibility:=reexport'
7676
instruction 'Bundle-Vendor', 'TestNG Team'
7777
version = versionWithQualifier
7878
}
@@ -92,7 +92,7 @@ platform {
9292
}
9393
}
9494

95-
bundle "com.beust:jcommander:1.72", {
95+
bundle "org.jcommander:jcommander:1.83", {
9696
bnd {
9797
// override/set the symbolic name
9898
symbolicName = 'com.beust.jcommander'

0 commit comments

Comments
 (0)