|
18 | 18 | <properties> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | <java.version>11</java.version> |
21 | | - <jadice.server.version>5.14.3.0</jadice.server.version> |
22 | | - <slf4j.version>2.0.3</slf4j.version> |
23 | | - <jfreechart.version>1.5.3</jfreechart.version> |
| 21 | + <jadice.server.version>5.15.0.0</jadice.server.version> |
| 22 | + <slf4j.version>2.0.13</slf4j.version> |
| 23 | + <jfreechart.version>1.5.5</jfreechart.version> |
24 | 24 | <prefuse.version>beta-20130106</prefuse.version> |
25 | | - <controlsfx.version>11.1.1</controlsfx.version> |
| 25 | + <controlsfx.version>11.2.1</controlsfx.version> |
26 | 26 | <enzo.version>0.3.6_1-levigo</enzo.version> |
27 | 27 | <fontawesomefx.version>11.0</fontawesomefx.version> |
28 | 28 | <jackson.version>2.10.5</jackson.version> |
29 | 29 | <junit.version>4.13.2</junit.version> |
30 | | - <ehcache.version>2.10.10.4.43</ehcache.version> |
31 | | - <commons-cli.version>1.4</commons-cli.version> |
| 30 | + <ehcache.version>2.10.9.2</ehcache.version> |
| 31 | + <commons-cli.version>1.9.0</commons-cli.version> |
32 | 32 |
|
33 | 33 | <!-- Maven Plugins --> |
34 | | - <gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version> |
35 | | - <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
36 | | - <maven-release-plugin.version>3.0.0-M6</maven-release-plugin.version> |
37 | | - <maven-shade-plugin.version>3.3.0</maven-shade-plugin.version> |
38 | | - <launch4j-maven-plugin.version>2.1.2</launch4j-maven-plugin.version> |
39 | | - <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
| 34 | + <gmavenplus-plugin.version>4.0.1</gmavenplus-plugin.version> |
| 35 | + <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
| 36 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
| 37 | + <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
| 38 | + <launch4j-maven-plugin.version>2.5.2</launch4j-maven-plugin.version> |
| 39 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
40 | 40 | </properties> |
41 | 41 |
|
42 | 42 | <dependencyManagement> |
|
75 | 75 | <artifactId>libreoffice-client</artifactId> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | | - <groupId>org.codehaus.groovy</groupId> |
| 78 | + <groupId>com.levigo.jadice.server</groupId> |
| 79 | + <artifactId>addon-callas-pdftoolbox-client</artifactId> |
| 80 | + <version>${jadice.server.version}</version> |
| 81 | + </dependency> |
| 82 | + <dependency> |
| 83 | + <groupId>com.levigo.jadice.documentplatform.core</groupId> |
| 84 | + <artifactId>jadice-format-xrechnung</artifactId> |
| 85 | + <version>3.165.0</version> |
| 86 | + </dependency> |
| 87 | + <dependency> |
| 88 | + <groupId>org.apache.groovy</groupId> |
79 | 89 | <artifactId>groovy-all</artifactId> |
80 | 90 | <type>pom</type> |
81 | 91 | </dependency> |
|
0 commit comments