|
4 | 4 |
|
5 | 5 | <groupId>com.itextpdf</groupId> |
6 | 6 | <artifactId>itext-rups</artifactId> |
7 | | - <version>24.10-SNAPSHOT</version> |
| 7 | + <version>25.03-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 |
|
10 | 10 | <name>itext-rups</name> |
|
60 | 60 | <!-- Build dependencies (common) --> |
61 | 61 | <assembly-plugin.version>3.7.1</assembly-plugin.version> |
62 | 62 | <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
63 | | - <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> |
| 63 | + <maven-bundle-plugin.version>6.0.0</maven-bundle-plugin.version> |
64 | 64 | <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> |
65 | | - <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version> |
| 65 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
66 | 66 |
|
67 | 67 | <!-- Build dependencies (qa) --> |
68 | | - <japicmp-maven-plugin.version>0.23.0</japicmp-maven-plugin.version> |
| 68 | + <japicmp-maven-plugin.version>0.23.1</japicmp-maven-plugin.version> |
69 | 69 |
|
70 | 70 | <!-- Build dependencies (exe) --> |
71 | 71 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
72 | | - <launch4j-maven-plugin.version>2.5.1</launch4j-maven-plugin.version> |
| 72 | + <launch4j-maven-plugin.version>2.5.3</launch4j-maven-plugin.version> |
73 | 73 |
|
74 | 74 | <!-- Build dependencies (mac) --> |
75 | | - <macosappbundler-maven-plugin.version>1.21.0</macosappbundler-maven-plugin.version> |
| 75 | + <macosappbundler-maven-plugin.version>1.21.1</macosappbundler-maven-plugin.version> |
76 | 76 |
|
77 | 77 | <!-- Application dependencies --> |
78 | 78 | <dom4j.version>2.1.4</dom4j.version> |
79 | | - <flatlaf.version>3.5.1</flatlaf.version> |
80 | | - <icu4j.version>75.1</icu4j.version> |
| 79 | + <flatlaf.version>3.5.4</flatlaf.version> |
| 80 | + <icu4j.version>76.1</icu4j.version> |
81 | 81 | <itext.version>8.0.5</itext.version> |
82 | | - <jackson.version>2.17.2</jackson.version> |
83 | | - <logback.version>1.5.8</logback.version> |
| 82 | + <jackson.version>2.18.2</jackson.version> |
| 83 | + <logback.version>1.5.17</logback.version> |
84 | 84 |
|
85 | 85 | <!-- Test dependencies --> |
86 | 86 | <junit-jupiter-api.version>5.11.0</junit-jupiter-api.version> |
|
355 | 355 | <internalName>itext-rups</internalName> |
356 | 356 | <originalFilename>Rups.exe</originalFilename> |
357 | 357 | </versionInfo> |
358 | | - <!-- <splash> <file>${basedir}/src/main/installer/images/splash.bmp</file> |
359 | | - <waitForWindow>true</waitForWindow> <timeout>60</timeout> <timeoutErr>false</timeoutErr> |
360 | | - </splash> --> |
361 | 358 | </configuration> |
362 | 359 | </execution> |
363 | 360 | </executions> |
|
0 commit comments