|
6 | 6 |
|
7 | 7 | <groupId>com.luoboduner.moo.info</groupId> |
8 | 8 | <artifactId>MooInfo</artifactId> |
9 | | - <version>1.1.2</version> |
| 9 | + <version>1.1.3</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>MooInfo</name> |
|
15 | 15 | <properties> |
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
17 | 17 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
18 | | - <maven.compiler.source>1.8</maven.compiler.source> |
19 | | - <maven.compiler.target>1.8</maven.compiler.target> |
| 18 | + <maven.compiler.source>17</maven.compiler.source> |
| 19 | + <maven.compiler.target>17</maven.compiler.target> |
20 | 20 |
|
21 | | - <logback.version>1.2.10</logback.version> |
| 21 | + <logback.version>1.4.5</logback.version> |
22 | 22 | <forms_rt.version>7.0.3</forms_rt.version> |
23 | | - <lombok.version>1.18.22</lombok.version> |
24 | | - <junit-jupiter-api.version>5.8.2</junit-jupiter-api.version> |
| 23 | + <lombok.version>1.18.24</lombok.version> |
| 24 | + <junit-jupiter-api.version>5.9.1</junit-jupiter-api.version> |
25 | 25 | <commons-lang3.version>3.12.0</commons-lang3.version> |
26 | | - <guava.version>31.0.1-jre</guava.version> |
27 | | - <okhttp.version>4.9.3</okhttp.version> |
28 | | - <flatlaf.version>2.1</flatlaf.version> |
29 | | - <flatlaf-extras.version>2.1</flatlaf-extras.version> |
30 | | - <flatlaf-intellij-themes.version>2.1</flatlaf-intellij-themes.version> |
31 | | - <hutool-all.version>5.7.21</hutool-all.version> |
32 | | - <fastjson.version>1.2.79</fastjson.version> |
33 | | - <oshi-core.version>6.1.5</oshi-core.version> |
| 26 | + <guava.version>31.1-jre</guava.version> |
| 27 | + <okhttp.version>4.10.0</okhttp.version> |
| 28 | + <flatlaf.version>3.1.1</flatlaf.version> |
| 29 | + <flatlaf-extras.version>3.1.1</flatlaf-extras.version> |
| 30 | + <flatlaf-intellij-themes.version>3.1.1</flatlaf-intellij-themes.version> |
| 31 | + <hutool-all.version>5.8.11</hutool-all.version> |
| 32 | + <fastjson.version>2.0.22</fastjson.version> |
| 33 | + <oshi-core.version>6.4.4</oshi-core.version> |
34 | 34 | <jfreechart.version>1.5.3</jfreechart.version> |
35 | 35 | </properties> |
36 | 36 |
|
|
78 | 78 | <groupId>com.squareup.okhttp3</groupId> |
79 | 79 | <artifactId>okhttp</artifactId> |
80 | 80 | <version>${okhttp.version}</version> |
81 | | - <exclusions> |
82 | | - <exclusion> |
83 | | - <artifactId>kotlin-stdlib</artifactId> |
84 | | - <groupId>org.jetbrains.kotlin</groupId> |
85 | | - </exclusion> |
86 | | - </exclusions> |
| 81 | +<!-- <exclusions>--> |
| 82 | +<!-- <exclusion>--> |
| 83 | +<!-- <artifactId>kotlin-stdlib</artifactId>--> |
| 84 | +<!-- <groupId>org.jetbrains.kotlin</groupId>--> |
| 85 | +<!-- </exclusion>--> |
| 86 | +<!-- </exclusions>--> |
87 | 87 | </dependency> |
88 | 88 |
|
89 | 89 | <dependency> |
|
134 | 134 | <plugin> |
135 | 135 | <groupId>io.github.fvarrui</groupId> |
136 | 136 | <artifactId>javapackager</artifactId> |
137 | | - <version>1.6.5</version> |
| 137 | + <version>1.7.2</version> |
138 | 138 | <configuration> |
139 | 139 | <bundleJre>true</bundleJre> |
140 | 140 | <mainClass>com.luoboduner.moo.info.App</mainClass> |
141 | 141 | <generateInstaller>true</generateInstaller> |
142 | 142 | </configuration> |
143 | 143 | <executions> |
144 | | -<!-- <execution>--> |
145 | | -<!-- <id>bundling-for-windows</id>--> |
146 | | -<!-- <phase>package</phase>--> |
147 | | -<!-- <goals>--> |
148 | | -<!-- <goal>package</goal>--> |
149 | | -<!-- </goals>--> |
150 | | -<!-- <configuration>--> |
151 | | -<!-- <platform>windows</platform>--> |
152 | | -<!-- <createZipball>true</createZipball>--> |
153 | | -<!-- <!– <administratorRequired>true</administratorRequired>–>--> |
154 | | -<!-- <winConfig>--> |
155 | | - |
156 | | -<!-- <!– general properties –>--> |
157 | | -<!-- <generateSetup>true</generateSetup>--> |
158 | | -<!-- <generateMsi>true</generateMsi>--> |
159 | | -<!-- <generateMsm>true</generateMsm>--> |
160 | | - |
161 | | -<!-- <!– setup generation properties –>--> |
162 | | -<!-- <setupMode>installForAllUsers</setupMode>--> |
163 | | -<!-- <createDesktopIconTask>true</createDesktopIconTask>--> |
164 | | -<!-- <disableDirPage>false</disableDirPage>--> |
165 | | -<!-- <disableFinishedPage>false</disableFinishedPage>--> |
166 | | -<!-- <removeOldLibs>true</removeOldLibs>--> |
167 | | -<!-- <setupLanguages>--> |
168 | | -<!-- <english>compiler:Default.isl</english>--> |
169 | | -<!-- <!– <spanish>compiler:Languages\Chinese.isl</spanish>–>--> |
170 | | -<!-- </setupLanguages>--> |
171 | | -<!-- </winConfig>--> |
172 | | -<!-- </configuration>--> |
173 | | -<!-- </execution>--> |
174 | | - <execution> |
175 | | - <id>bundling-for-linux</id> |
176 | | - <phase>package</phase> |
177 | | - <goals> |
178 | | - <goal>package</goal> |
179 | | - </goals> |
180 | | - <configuration> |
181 | | - <platform>linux</platform> |
182 | | - <createTarball>true</createTarball> |
183 | | - <!-- <jdkPath>X:\\path\to\linux\jdk</jdkPath>--> |
184 | | - </configuration> |
185 | | - </execution> |
| 144 | + <execution> |
| 145 | + <id>bundling-for-windows</id> |
| 146 | + <phase>package</phase> |
| 147 | + <goals> |
| 148 | + <goal>package</goal> |
| 149 | + </goals> |
| 150 | + <configuration> |
| 151 | + <platform>windows</platform> |
| 152 | + <createZipball>true</createZipball> |
| 153 | + <additionalModules>jdk.crypto.ec</additionalModules> |
| 154 | + <!-- <administratorRequired>true</administratorRequired>--> |
| 155 | + <winConfig> |
| 156 | + |
| 157 | + <!-- general properties --> |
| 158 | + <generateSetup>true</generateSetup> |
| 159 | + <generateMsi>true</generateMsi> |
| 160 | + <generateMsm>true</generateMsm> |
| 161 | + |
| 162 | + <!-- setup generation properties --> |
| 163 | + <setupMode>installForAllUsers</setupMode> |
| 164 | + <createDesktopIconTask>true</createDesktopIconTask> |
| 165 | + <disableDirPage>false</disableDirPage> |
| 166 | + <disableFinishedPage>false</disableFinishedPage> |
| 167 | + <removeOldLibs>true</removeOldLibs> |
| 168 | + <setupLanguages> |
| 169 | + <english>compiler:Default.isl</english> |
| 170 | + <!-- <spanish>compiler:Languages\Chinese.isl</spanish>--> |
| 171 | + </setupLanguages> |
| 172 | + </winConfig> |
| 173 | + </configuration> |
| 174 | + </execution> |
| 175 | +<!-- <execution>--> |
| 176 | +<!-- <id>bundling-for-linux</id>--> |
| 177 | +<!-- <phase>package</phase>--> |
| 178 | +<!-- <goals>--> |
| 179 | +<!-- <goal>package</goal>--> |
| 180 | +<!-- </goals>--> |
| 181 | +<!-- <configuration>--> |
| 182 | +<!-- <platform>linux</platform>--> |
| 183 | +<!-- <createTarball>true</createTarball>--> |
| 184 | +<!-- <additionalModules>jdk.crypto.ec</additionalModules>--> |
| 185 | +<!-- <!– <jdkPath>X:\\path\to\linux\jdk</jdkPath>–>--> |
| 186 | +<!-- </configuration>--> |
| 187 | +<!-- </execution>--> |
186 | 188 | <!-- <execution>--> |
187 | 189 | <!-- <id>bundling-for-mac</id>--> |
188 | 190 | <!-- <phase>package</phase>--> |
|
192 | 194 | <!-- <configuration>--> |
193 | 195 | <!-- <platform>mac</platform>--> |
194 | 196 | <!-- <createTarball>true</createTarball>--> |
| 197 | +<!-- <additionalModules>jdk.crypto.ec</additionalModules>--> |
195 | 198 | <!-- <!– <jdkPath>X:\\path\to\mac\jdk</jdkPath>–>--> |
196 | 199 | <!-- </configuration>--> |
197 | 200 | <!-- </execution>--> |
|
0 commit comments