Skip to content

Commit

Permalink
#443: Create report crashes on newer Macs
Browse files Browse the repository at this point in the history
- use a version of jline that is newer than the one coming with progressbar
  • Loading branch information
jowerner committed Nov 27, 2023
1 parent 41a8323 commit e23c232
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,18 @@
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.9.2</version>
<exclusions>
<!-- jline is overridden below -->
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.23.0</version>
</dependency>

<!-- ================= -->
Expand Down

0 comments on commit e23c232

Please sign in to comment.