|
19 | 19 |
|
20 | 20 | <properties> |
21 | 21 | <easymock.version>3.4</easymock.version> |
22 | | - <cdi-api>4.0.1</cdi-api> |
23 | | - <hsqldb.version>2.5.1</hsqldb.version> |
| 22 | + <cdi-api>4.1.0</cdi-api> |
| 23 | + <hsqldb.version>2.7.4</hsqldb.version> |
24 | 24 | <hibernate.version>5.6.15.Final</hibernate.version> |
25 | 25 | <hibernate-validator.version>8.0.0.Final</hibernate-validator.version> |
26 | | - <jaxb.version>2.2.3</jaxb.version> |
27 | | - <jetty-maven-plugin.version>11.0.11</jetty-maven-plugin.version> |
| 26 | + <jaxb.version>3.0.2</jaxb.version> |
| 27 | + <jetty-maven-plugin.version>11.0.24</jetty-maven-plugin.version> |
28 | 28 | <jsp-api.version>3.1.0</jsp-api.version> |
29 | 29 | <jstl-api>3.0.0</jstl-api> |
30 | 30 | <junit.version>4.13.2</junit.version> |
|
33 | 33 | <myfaces.version>4.0.0</myfaces.version> |
34 | 34 | <primefaces.version>11.0.0</primefaces.version> |
35 | 35 | <servlet.version>6.0.0</servlet.version> |
36 | | - <webflow.version>3.0.0</webflow.version> |
| 36 | + <webflow.version>3.0.1-SNAPSHOT</webflow.version> |
37 | 37 | <weld.version>5.0.0.Final</weld.version> |
38 | 38 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
39 | 39 | </properties> |
|
43 | 43 | <dependency> |
44 | 44 | <groupId>org.springframework</groupId> |
45 | 45 | <artifactId>spring-framework-bom</artifactId> |
46 | | - <version>6.0.10</version> |
| 46 | + <version>6.2.0</version> |
47 | 47 | <type>pom</type> |
48 | 48 | <scope>import</scope> |
49 | 49 | </dependency> |
|
52 | 52 | <artifactId>spring-security-bom</artifactId> |
53 | 53 | <type>pom</type> |
54 | 54 | <scope>import</scope> |
55 | | - <version>6.0.2</version> |
| 55 | + <version>6.4.0</version> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>org.slf4j</groupId> |
|
0 commit comments