Skip to content

Commit

Permalink
Update JCommander to 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
adessaigne authored and krmahadevan committed May 7, 2024
1 parent 067b35f commit 24954fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,5 +1,6 @@
Current (7.11.0)
Fixed: GITHUB-3028: Execution stalls when using "use-global-thread-pool" (Krishnan Mahadevan)
Fixed: GITHUB-3122: Update JCommander to 1.83 (Antoine Dessaigne)

7.10.2
Fixed: GITHUB-3117: ListenerComparator doesn't work (Krishnan Mahadevan)
Expand Down
2 changes: 1 addition & 1 deletion testng-core/testng-core-build.gradle.kts
Expand Up @@ -30,7 +30,7 @@ dependencies {
api(projects.testngCoreApi)
// Annotations have to be available on the compile classpath for the proper compilation
compileOnly("com.github.spotbugs:spotbugs:4.8.1")
api("com.beust:jcommander:1.82")
api("org.jcommander:jcommander:1.83")

"guiceApi"(platform("com.google.inject:guice-bom:5.1.0"))
"guiceApi"("com.google.inject:guice")
Expand Down

0 comments on commit 24954fa

Please sign in to comment.