Upgrade Spring Framework, Spring Security
This commit is contained in:
@@ -77,6 +77,11 @@
|
||||
<scope>provided</scope>
|
||||
<version>${cdi-api}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.enterprise</groupId>
|
||||
<artifactId>jakarta.enterprise.cdi-el-api</artifactId>
|
||||
<version>${cdi-api}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.weld.servlet</groupId>
|
||||
<artifactId>weld-servlet-shaded</artifactId>
|
||||
@@ -114,10 +119,15 @@
|
||||
</dependency>
|
||||
<!-- JAXB2 -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<version>${jaxb.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${jaxb.version}</version>
|
||||
</dependency>
|
||||
<!-- Logging -->
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
@@ -177,6 +187,7 @@
|
||||
<configuration>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
<parameters>true</parameters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
@@ -115,8 +115,8 @@
|
||||
</dependency>
|
||||
<!-- JAXB -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<version>${jaxb.version}</version>
|
||||
</dependency>
|
||||
<!-- Joda Time -->
|
||||
@@ -191,6 +191,7 @@
|
||||
<configuration>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
<parameters>true</parameters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
14
pom.xml
14
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user