Skip to content

Commit

Permalink
Update JCommander coordinates for v2.0 (#1290)
Browse files Browse the repository at this point in the history
Only artifact coordinates changed, not the packages.
  • Loading branch information
abelsromero authored Nov 30, 2024
1 parent 2425373 commit 32be7e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== 3.0.0 (2024-08-25)

Build Improvement::

* Upgrade JCommander version and coordinates to v2.0 (#1290)

=== Breaking changes

Improvement::
Expand Down
2 changes: 1 addition & 1 deletion asciidoctorj-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'biz.aQute.bnd.builder'
dependencies {
api project(':asciidoctorj-api')
api project(':asciidoctorj')
implementation "com.beust:jcommander:$jcommanderVersion"
implementation "org.jcommander:jcommander:$jcommanderVersion"

testImplementation (project(':asciidoctorj-test-support')) {
exclude group: 'junit', module: 'junit'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ext {
commonsioVersion = '2.15.1'
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.82'
jcommanderVersion = '2.0'
jrubyVersion = '9.4.8.0'
jsoupVersion = '1.17.1'
junit4Version = '4.13.2'
Expand Down

0 comments on commit 32be7e8

Please sign in to comment.