|
33 | 33 | <dependency> |
34 | 34 | <groupId>com.formdev</groupId> |
35 | 35 | <artifactId>flatlaf</artifactId> |
36 | | - <version>3.3</version> |
| 36 | + <version>3.7</version> |
37 | 37 | </dependency> |
38 | 38 | <dependency> |
39 | 39 | <groupId>com.formdev</groupId> |
40 | 40 | <artifactId>flatlaf-extras</artifactId> |
41 | | - <version>3.3</version> |
| 41 | + <version>3.7</version> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | 44 | <groupId>com.google.code.gson</groupId> |
45 | 45 | <artifactId>gson</artifactId> |
46 | | - <version>2.10.1</version> |
| 46 | + <version>2.13.2</version> |
47 | 47 | </dependency> |
48 | 48 | <dependency> |
49 | 49 | <groupId>org.junit.jupiter</groupId> |
|
74 | 74 | <plugin> |
75 | 75 | <groupId>org.apache.maven.plugins</groupId> |
76 | 76 | <artifactId>maven-dependency-plugin</artifactId> |
77 | | - <version>3.6.0</version> |
| 77 | + <version>3.9.0</version> |
78 | 78 | <executions> |
79 | 79 | <execution> |
80 | 80 | <id>unpack-licenses</id> |
|
87 | 87 | <artifactItem> |
88 | 88 | <groupId>com.formdev</groupId> |
89 | 89 | <artifactId>flatlaf</artifactId> |
90 | | - <version>3.3</version> |
| 90 | + <version>3.7</version> |
91 | 91 | <type>jar</type> |
92 | 92 | <includes>META-INF/LICENSE</includes> |
93 | 93 | <outputDirectory>${project.build.directory}/licenses/flatlaf</outputDirectory> |
94 | 94 | </artifactItem> |
95 | 95 | <artifactItem> |
96 | 96 | <groupId>com.formdev</groupId> |
97 | 97 | <artifactId>flatlaf-extras</artifactId> |
98 | | - <version>3.3</version> |
| 98 | + <version>3.7</version> |
99 | 99 | <type>jar</type> |
100 | 100 | <includes>META-INF/LICENSE</includes> |
101 | 101 | <outputDirectory>${project.build.directory}/licenses/flatlaf-extras</outputDirectory> |
|
116 | 116 | <plugin> |
117 | 117 | <groupId>org.apache.maven.plugins</groupId> |
118 | 118 | <artifactId>maven-antrun-plugin</artifactId> |
119 | | - <version>3.1.0</version> |
| 119 | + <version>3.2.0</version> |
120 | 120 | <executions> |
121 | 121 | <execution> |
122 | 122 | <id>rename-licenses</id> |
|
137 | 137 | <plugin> |
138 | 138 | <groupId>org.apache.maven.plugins</groupId> |
139 | 139 | <artifactId>maven-compiler-plugin</artifactId> |
140 | | - <version>3.8.1</version> |
| 140 | + <version>3.15.0</version> |
141 | 141 | <configuration> |
142 | 142 | <compilerArgs> |
143 | 143 | <arg>--add-modules</arg> |
|
149 | 149 | <plugin> |
150 | 150 | <groupId>org.apache.maven.plugins</groupId> |
151 | 151 | <artifactId>maven-surefire-plugin</artifactId> |
152 | | - <version>3.0.0-M5</version> |
| 152 | + <version>3.5.4</version> |
153 | 153 | <configuration> |
154 | 154 | <systemPropertyVariables> |
155 | 155 | <java.awt.headless>true</java.awt.headless> |
|
159 | 159 | <plugin> |
160 | 160 | <groupId>org.apache.maven.plugins</groupId> |
161 | 161 | <artifactId>maven-jar-plugin</artifactId> |
162 | | - <version>3.2.0</version> |
| 162 | + <version>3.5.0</version> |
163 | 163 | <configuration> |
164 | 164 | <archive> |
165 | 165 | <manifest> |
|
176 | 176 | <plugin> |
177 | 177 | <groupId>org.apache.maven.plugins</groupId> |
178 | 178 | <artifactId>maven-shade-plugin</artifactId> |
179 | | - <version>3.5.0</version> |
| 179 | + <version>3.6.1</version> |
180 | 180 | <executions> |
181 | 181 | <execution> |
182 | 182 | <phase>package</phase> |
|
0 commit comments