|
211 | 211 | <!-- mocleiri: for distribution in to central repository sections in the main pom are not allowed --> |
212 | 212 |
|
213 | 213 | <properties> |
214 | | - <wicket.version>8.15.0-SNAPSHOT</wicket.version> |
| 214 | + <wicket.version>8.15.0</wicket.version> |
215 | 215 |
|
216 | 216 | <maven.compiler.source>1.8</maven.compiler.source> |
217 | 217 | <maven.compiler.target>1.8</maven.compiler.target> |
|
224 | 224 | <sources.disabled>false</sources.disabled> |
225 | 225 |
|
226 | 226 | <hibernate.version>5.6.5.Final</hibernate.version> |
227 | | - <javassist.version>3.28.0-GA</javassist.version> |
228 | | - <jetty.version>9.4.43.v20210629</jetty.version> |
| 227 | + <javassist.version>3.29.2-GA</javassist.version> |
| 228 | + <jetty.version>9.4.51.v20230217</jetty.version> |
229 | 229 | <sf-jung.version>2.1.1</sf-jung.version> |
230 | 230 | <shiro.version>1.7.1</shiro.version> |
231 | 231 | <slf4j.version>1.7.32</slf4j.version> |
232 | | - <logback.version>1.2.10</logback.version> |
233 | | - <log4j.version>2.17.1</log4j.version> |
| 232 | + <logback.version>1.2.12</logback.version> |
| 233 | + <log4j.version>2.20.0</log4j.version> |
234 | 234 | <spring.version>4.3.30.RELEASE</spring.version> |
235 | 235 | <cglib.version>3.3.0</cglib.version> |
236 | | - <objenesis.version>3.2</objenesis.version> |
| 236 | + <objenesis.version>3.3</objenesis.version> |
237 | 237 | <scala.version>2.13.8</scala.version> |
238 | | - <jackson.version>2.13.1</jackson.version> |
239 | | - <poi.version>5.2.0</poi.version> |
| 238 | + <jackson.version>2.15.0</jackson.version> |
| 239 | + <poi.version>5.2.3</poi.version> |
240 | 240 | <guava.version>29.0-jre</guava.version> |
241 | 241 | <wicket-webjars.version>2.0.13</wicket-webjars.version> |
242 | 242 | <commons-io.version>2.6</commons-io.version> |
|
245 | 245 | <commons-logging.version>1.2</commons-logging.version> |
246 | 246 | <javax.servlet-api.version>3.1.0</javax.servlet-api.version> |
247 | 247 | <junit.version>4.13.2</junit.version> |
248 | | - <easymock.version>4.3</easymock.version> |
249 | | - <mockito.version>4.3.1</mockito.version> |
250 | | - <testng.version>7.4.0</testng.version> |
| 248 | + <easymock.version>5.1.0</easymock.version> |
| 249 | + <mockito.version>4.11.0</mockito.version> |
| 250 | + <testng.version>7.5.1</testng.version> |
251 | 251 | <commons-beanutils.version>1.9.4</commons-beanutils.version> |
252 | 252 | <commons-collections4.version>4.4</commons-collections4.version> |
253 | 253 | <commons-digester3.version>3.2</commons-digester3.version> |
|
259 | 259 | <closure-compiler.version>v20220202</closure-compiler.version> |
260 | 260 | <ibatis2-sqlmap.version>2.1.7.597</ibatis2-sqlmap.version> |
261 | 261 | <jts.version>1.13</jts.version> |
262 | | - <gson.version>2.8.9</gson.version> |
| 262 | + <gson.version>2.10.1</gson.version> |
263 | 263 | <wicket-bootstrap-core.version>2.0.15</wicket-bootstrap-core.version> |
264 | | - <jasperreports.version>6.18.1</jasperreports.version> |
| 264 | + <jasperreports.version>6.20.4</jasperreports.version> |
265 | 265 | <bcprov.version>1.67</bcprov.version> |
266 | | - <joda-time.version>2.10.13</joda-time.version> |
267 | | - <ehcache.version>3.9.9</ehcache.version> |
| 266 | + <joda-time.version>2.12.5</joda-time.version> |
| 267 | + <ehcache.version>3.10.8</ehcache.version> |
268 | 268 | <commons-dbcp2.version>2.9.0</commons-dbcp2.version> |
269 | 269 | <javaee-api.version>6.0</javaee-api.version> |
270 | | - <clojure.version>1.10.3</clojure.version> |
271 | | - <groovy.version>3.0.8</groovy.version> |
| 270 | + <clojure.version>1.11.1</clojure.version> |
| 271 | + <groovy.version>3.0.17</groovy.version> |
272 | 272 | <asm-util.version>9.2</asm-util.version> |
273 | | - <hsqldb.version>2.6.1</hsqldb.version> |
274 | | - <jython-standalone.version>2.7.2</jython-standalone.version> |
| 273 | + <hsqldb.version>2.7.1</hsqldb.version> |
| 274 | + <jython-standalone.version>2.7.3</jython-standalone.version> |
275 | 275 | <!-- plugins --> |
276 | | - <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version> |
277 | | - <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
| 276 | + <maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version> |
| 277 | + <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
278 | 278 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
279 | | - <maven-bundle-plugin.version>5.1.4</maven-bundle-plugin.version> |
280 | | - <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version> |
281 | | - <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
| 279 | + <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version> |
| 280 | + <maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version> |
| 281 | + <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version> |
282 | 282 | <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> |
283 | | - <maven-help-plugin.version>3.2.0</maven-help-plugin.version> |
284 | | - <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
285 | | - <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version> |
286 | | - <animal-sniffer-maven-plugin.version>1.20</animal-sniffer-maven-plugin.version> |
| 283 | + <maven-help-plugin.version>3.4.0</maven-help-plugin.version> |
| 284 | + <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
| 285 | + <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
| 286 | + <animal-sniffer-maven-plugin.version>1.23</animal-sniffer-maven-plugin.version> |
287 | 287 | <maven-pax-plugin.version>1.6.0</maven-pax-plugin.version> |
288 | 288 | <scala-maven-plugin.version>4.4.1</scala-maven-plugin.version> |
289 | | - <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
290 | | - <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
291 | | - <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version> |
| 289 | + <maven-clean-plugin.version>3.2.0</maven-clean-plugin.version> |
| 290 | + <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
| 291 | + <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
292 | 292 | <maven-site-plugin.version>3.9.1</maven-site-plugin.version> |
293 | | - <maven-war-plugin.version>3.3.1</maven-war-plugin.version> |
294 | | - <maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version> |
| 293 | + <maven-war-plugin.version>3.3.2</maven-war-plugin.version> |
| 294 | + <maven-release-plugin.version>3.0.0</maven-release-plugin.version> |
295 | 295 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
296 | | - <maven-pmd-plugin.version>3.14.0</maven-pmd-plugin.version> |
| 296 | + <maven-pmd-plugin.version>3.20.0</maven-pmd-plugin.version> |
297 | 297 | </properties> |
298 | 298 |
|
299 | 299 | <prerequisites> |
|
0 commit comments