Skip to content

Commit 29552ce

Browse files
committed
Update GUI dependencies
1 parent 4fe439c commit 29552ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

convex-gui/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<zxing.version>3.5.3</zxing.version>
19-
<flatlaf.version>3.4.1</flatlaf.version>
19+
<flatlaf.version>3.5</flatlaf.version>
2020
</properties>
2121

2222
<build>
@@ -75,19 +75,19 @@
7575
<dependency>
7676
<groupId>com.miglayout</groupId>
7777
<artifactId>miglayout-swing</artifactId>
78-
<version>5.0</version>
78+
<version>11.4</version>
7979
</dependency>
8080

8181
<dependency>
8282
<groupId>net.java.dev.jna</groupId>
8383
<artifactId>jna</artifactId>
84-
<version>5.13.0</version>
84+
<version>5.14.0</version>
8585
</dependency>
8686

8787
<dependency>
8888
<groupId>org.apache.commons</groupId>
8989
<artifactId>commons-text</artifactId>
90-
<version>1.10.0</version>
90+
<version>1.12.0</version>
9191
</dependency>
9292

9393
<dependency>

0 commit comments

Comments
 (0)