Upgrade Spring Framework, Spring Security

This commit is contained in:
rstoyanchev
2024-11-20 17:02:31 +00:00
parent cc7b50877c
commit 5ceea88399
3 changed files with 23 additions and 11 deletions

14
pom.xml
View File

@@ -19,12 +19,12 @@
<properties>
<easymock.version>3.4</easymock.version>
<cdi-api>4.0.1</cdi-api>
<hsqldb.version>2.5.1</hsqldb.version>
<cdi-api>4.1.0</cdi-api>
<hsqldb.version>2.7.4</hsqldb.version>
<hibernate.version>5.6.15.Final</hibernate.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<jaxb.version>2.2.3</jaxb.version>
<jetty-maven-plugin.version>11.0.11</jetty-maven-plugin.version>
<jaxb.version>3.0.2</jaxb.version>
<jetty-maven-plugin.version>11.0.24</jetty-maven-plugin.version>
<jsp-api.version>3.1.0</jsp-api.version>
<jstl-api>3.0.0</jstl-api>
<junit.version>4.13.2</junit.version>
@@ -33,7 +33,7 @@
<myfaces.version>4.0.0</myfaces.version>
<primefaces.version>11.0.0</primefaces.version>
<servlet.version>6.0.0</servlet.version>
<webflow.version>3.0.0</webflow.version>
<webflow.version>3.0.1-SNAPSHOT</webflow.version>
<weld.version>5.0.0.Final</weld.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
</properties>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.10</version>
<version>6.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -52,7 +52,7 @@
<artifactId>spring-security-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>6.0.2</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>