Skip to content

Commit

Permalink
Update GUI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Jul 30, 2024
1 parent 4fe439c commit 29552ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions convex-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<zxing.version>3.5.3</zxing.version>
<flatlaf.version>3.4.1</flatlaf.version>
<flatlaf.version>3.5</flatlaf.version>
</properties>

<build>
Expand Down Expand Up @@ -75,19 +75,19 @@
<dependency>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-swing</artifactId>
<version>5.0</version>
<version>11.4</version>
</dependency>

<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
<version>5.14.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.12.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 29552ce

Please sign in to comment.