Skip to content

Commit 551ac8f

Browse files
committed
Update JCommander to 1.83
1 parent 067b35f commit 551ac8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Current (7.11.0)
22
Fixed: GITHUB-3028: Execution stalls when using "use-global-thread-pool" (Krishnan Mahadevan)
3+
Fixed: GITHUB-3122: Update JCommander to 1.83 (Antoine Dessaigne)
34

45
7.10.2
56
Fixed: GITHUB-3117: ListenerComparator doesn't work (Krishnan Mahadevan)

testng-core/testng-core-build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api(projects.testngCoreApi)
3131
// Annotations have to be available on the compile classpath for the proper compilation
3232
compileOnly("com.github.spotbugs:spotbugs:4.8.1")
33-
api("com.beust:jcommander:1.82")
33+
api("org.jcommander:jcommander:1.83")
3434

3535
"guiceApi"(platform("com.google.inject:guice-bom:5.1.0"))
3636
"guiceApi"("com.google.inject:guice")

0 commit comments

Comments
 (0)