Skip to content

Commit a562f61

Browse files
committed
POM: update dependencies
In particular, this updates to miglayout 5.2.
1 parent 1698e31 commit a562f61

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>26.0.0</version>
8+
<version>28.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -91,6 +91,8 @@
9191
<releaseProfiles>deploy-to-scijava</releaseProfiles>
9292

9393
<prettytime.version>4.0.1.Final</prettytime.version>
94+
95+
<miglayout-swing.version>5.2</miglayout-swing.version>
9496
</properties>
9597

9698
<repositories>
@@ -110,8 +112,8 @@
110112
<!-- Third-party dependencies -->
111113
<dependency>
112114
<groupId>com.miglayout</groupId>
113-
<artifactId>miglayout</artifactId>
114-
<classifier>swing</classifier>
115+
<artifactId>miglayout-swing</artifactId>
116+
<version>${miglayout-swing.version}</version>
115117
</dependency>
116118
<dependency>
117119
<groupId>org.ocpsoft.prettytime</groupId>

0 commit comments

Comments
 (0)